FMX / TTabControl

FMX / TTabControl

I have a rather simple problem (that I can reproduce on Win and Android platforms). I don't know how to always apply a transition when switching from one tab item to another one.

User can change tab by either

- Using left or right keys. TTabControl.Next or TTabControl.Previous are called in the OnkeyUp handler. Tab is changed with a transition.

or

- Tapping (or clicking) on the desired tab, in this case no code is used. Tab is automatically changed without any transition.

Does anyone know how to get a consistent behavior ?





Comments

Post a Comment