Rank: Newbie Groups: Member
Joined: 8/16/2007 Posts: 1
|
the tabstrip has 20 tab items, so i set the enablescrolling="True", and i set the selectedindex to item 15 at pageload. the item has been selected but the tabstrip doesn't scroll to the item. can the tabstrip scroll to item when i set the selectedindex?
thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Humm....that won't work. The TabStrip only scrolls when user press the scroll button. In your case you may want to consider multi-row tabs like this one: http://www.essentialobjects.com/Demo/Default.aspx?path=TabStripThanks
|