BulletedList in Silverlight
Posted by: Laurent Duveau,
on 27 Oct 2009 |
View original | Bookmarked: 0 time(s)
Today I wanted to add a bulleted list of text items in a xaml page, as there is no BulletedList control in Silverlight, you have to do it yourself. But I dont need a databound list, just something simple in a TextBlock, so here is what I ended with, using <LineBreak> and <Run> elements: <TextBlock>
This Silverlight 3 demo uses:<LineBreak/>
<Run> Entity Framework and LINQ</Run><LineBreak/>
<Run> .NET RIA Services</Run><LineBreak/>
...