Link to home
Start Free TrialLog in
Avatar of softbreeze
softbreezeFlag for United States of America

asked on

How to slide a FMX tabcontrol tabitem up from the bottom

I'm using Delphi XE6 plus the Mobile add-on. I'm new to mobile app development and just doing a little testing on my iPhone 5s. I'm trying to replicate the functionality found in the iPhone Contacts app for IOS 7.1 when you click the plus (+) sign to add a new contact. The form (?) or TabItem slides up from the bottom of the screen. Using the Gestures I can slide side to side, tabitem to tabitem, but I would like to know how to mimic the sliding up and down.

Thanks for any useful suggestions.
Avatar of Sinisa Vuk
Sinisa Vuk
Flag of Croatia image

better use ListBox component with ListBoxItems - then you should scroll up/down.
Look for Delphi's mobile samples in demo folder
ASKER CERTIFIED SOLUTION
Avatar of softbreeze
softbreeze
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of softbreeze

ASKER

See scrollable form example program