Click here to Skip to main content
15,907,687 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Here's the problem. I have a main TabControl in my silverlight application. Most of funcioanlity, divided in modules is accesible through this TabControl. Reordering tabs is pretty important to every content (there are documents, editors, etc. in tabs) except one - Desktop tab which i wish to place always as first. It is possible to close other tabs but not Desktop. Blocking reordering Desktop tab is not that important so i don't want to dig in to much but maybe anyone knows some tricky solution for my problem. I'm using my own class Inherited from Telerik.TabControl but i think in this case it should bahve as standard TabControl.
Posted
Updated 6-Jul-10 21:25pm
v2

You could put tabs into "categories" and sort on categories first, and then by some other indicator. Set the the desktop tab to be in catehory 0, and all others into category 1.
 
Share this answer
 
Comments
helianthus87 7-Jul-10 9:36am    
Thanks alot. Thats what i was looking for. Simple and easy. There will be some painfull work to set category to each view (tab), but it's always better than some rocket science i was affraid of.
Try posting this question on the telerik forums.
 
Share this answer
 
Comments
helianthus87 7-Jul-10 9:31am    
It's not a typical "Telerik issue". Solution of this problem for common TabControl can be easily applied to Telerik's TabControl.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900