Is it possible to have control over where the scroll buttons from the tabcontrol are placed?
Now the navigation buttons (to scroll to the left or right) are put at the righthandside of the tab control.
We have had the request from the users to arrange them differently. The button "<" should be at the lefthandside of the tabs and the button ">" at the righthandside of the tabs.
This as it is been done in some browsers when you open a lot of tabs.
Kind regards,
Erik
In short, the answer is no, you can't change where the scroll buttons appear, or at least, not through the public object model.
I attached an IUIElementCreationFilter implementation that seems to get the behavior you describe here.
Thanks for the suggestion.
We will try this solution do obtain the desired layout.
Ok, since you've marked this as answered, I'll close the case...you can reopen it as you see fit.