I do not want to show the dots in a TabControl interface, when I change the properties of TabControl, TabPosition: Dots ... I just want to handle it with gestures.
Asked
Active
Viewed 799 times
0
-
What dots? Are you talking about the Firemonkey TabControl on iOS and Android? – Dsm Nov 15 '17 at 15:56
-
Yes!!!, firemonkey, Andriod...Thanks. – ErnestoCC Nov 15 '17 at 16:06
-
@Dsm It's not just iOS and Android - it applies to all platforms supported by FMX. – Jerry Dodge Nov 15 '17 at 20:47
-
@JerryDodge thanks, yes I know, but it is the platform default for iOS, and I think for Android, and I was trying to get clarification. – Dsm Nov 15 '17 at 21:42
1 Answers
7
Set the TabPosition property to None.
It can seem misleading because the dots still show up in design mode to simplify moving from page to page when designing, but they will not show when running.

Dsm
- 5,870
- 20
- 24