This is a migrated thread and some comments may be shown as answers.

Level1 item css

1 Answer 71 Views
SiteMap
This is a migrated thread and some comments may be shown as answers.
Johnny
Top achievements
Rank 1
Johnny asked on 08 Sep 2010, 09:28 AM
Hi team,

I have a problem with my level1 items in my 8 column RadSiteMap. How can I get my items to be shown vertically one by one and not on top of each other?

//Johnny

1 Answer, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 08 Sep 2010, 04:48 PM
Hello Johnny,

You can use the "Multiple Columns" Demo for reference.

To be able to show the SiteMap Nodes in one column only you'll need to set the following settings:

<LevelSettings>
               <telerik:SiteMapLevelSetting Level="0">
                   <ListLayout RepeatDirection="Vertical" RepeatColumns="1" />
               </telerik:SiteMapLevelSetting>
               <telerik:SiteMapLevelSetting Level="1">
                   <ListLayout RepeatDirection="Horizontal" RepeatColumns="1" />
               </telerik:SiteMapLevelSetting>
           </LevelSettings>

Hope this helps.

All the best,
Veronica Milcheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
SiteMap
Asked by
Johnny
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Share this question
or