kay00
kay00

Reputation: 447

WPF: Prevent tab from jumping

I have a wpf tab control and the width are fixed length. Is there a way for the tabs not to jump around

See g is on top of a tab. Once I click on the g tab, the a tab is on top of g tab. I want the tabs to stay at its location

original: enter image description here

once g is clicked enter image description here

Upvotes: 1

Views: 125

Answers (1)

JJ_
JJ_

Reputation: 26

That is not how tabs work. The tab at the top would overlap the bottom one and you could not select it anymore. Imagine it as a index tabs in a folder

Upvotes: 1

Related Questions