|
Rank: Member Groups: Member
Joined: 12/16/2007 Posts: 20
|
How can I achive, that Tabstrip has no tab selected. ( SelectedIndex is set to -1 but the first tab shows the 'Selected-Image' ).
Many thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
There is no such thing as "no tab selected". TabStrip will always have one tab selected.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 12/16/2007 Posts: 20
|
Thanks for the quick reply. Sometimes it would be helpful to have 'no tab selected'. SelectedIndex =-1 implies to have this feature. Would you consider to add this feature to the next release ? Many Thanks.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
No. We have not plan to implement this. There is no clear convention about exactly "no tab selected" means. Also because a TabStrip is usually used together with a MultiPage control, what the MultiPage should do when there is no tab selected? There is no clear answer to that either. If you look at traditional Windows TabStrip, there is no concept of "no tab selected" either. As such I would recommend you to avoid relying on such a design.
Thanks
|
|