0

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.

Remy Lebeau
  • 555,201
  • 31
  • 458
  • 770
ErnestoCC
  • 9
  • 4

1 Answers1

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