Hi,
Is there a way to dynamically update the tab control width so that it only displays the tabs that are 100% visible (therefore the width of the tab control needs to be shortened if part of another tab is showing). I don't want the horizontal scrollviewer turned on to allow me to see the non-visible tabs. I would like those displayed in the dropdown.
If you have let's say 10 tabs, but only 6 tabs are visibile due to the size of the form, I want the tab control to dynamically resize to not show part of the 7th tab (if part of it was showing) and only show the 6 visible tabs only. The 7th and subsequent tabs that aren't visible should be shown in the dropdown. All visible tabs should not be listed in the dropdown at all.
Basically I want to see only full tabs, not part of a tab. Those tabs that aren't visible should be displayed in the dropdown only, the tabs that are visible should not be displayed in the dropdown, and the tab control should resize (to a shorter width) to only show tabs that are visible.
Thank you in advance.
Regards,
Chris
Is there a way to dynamically update the tab control width so that it only displays the tabs that are 100% visible (therefore the width of the tab control needs to be shortened if part of another tab is showing). I don't want the horizontal scrollviewer turned on to allow me to see the non-visible tabs. I would like those displayed in the dropdown.
If you have let's say 10 tabs, but only 6 tabs are visibile due to the size of the form, I want the tab control to dynamically resize to not show part of the 7th tab (if part of it was showing) and only show the 6 visible tabs only. The 7th and subsequent tabs that aren't visible should be shown in the dropdown. All visible tabs should not be listed in the dropdown at all.
Basically I want to see only full tabs, not part of a tab. Those tabs that aren't visible should be displayed in the dropdown only, the tabs that are visible should not be displayed in the dropdown, and the tab control should resize (to a shorter width) to only show tabs that are visible.
Thank you in advance.
Regards,
Chris