Designing with Silverlighthttp://forums.silverlight.net//19.aspx/1?Designing+with+SilverlightDiscussions around design implementations, XAML for Silverlight and design ideasMon, 01 Jan 0001 00:00:00 -05001915675http://forums.silverlight.net//p/5148/15675.aspx/1?bulleted+list+bulleted list? <p>&nbsp;Hi,</p> <p>&nbsp;How do I create a bulleted list inside a textblock?</p> <p>&nbsp;</p> <p>//conny&nbsp;</p> 2007-09-27T10:18:55-04:0015713http://forums.silverlight.net//p/5148/15713.aspx/1?Re+bulleted+list+Re: bulleted list? <p>Good question.&nbsp; You can type a bullet with the alt&#43;0149 key combination.&nbsp; You can use <a class="" href="http://msdn2.microsoft.com/en-us/library/bb188381.aspx">runs</a> and linebreaks to make it appear as a list.</p> 2007-09-27T16:24:30-04:0015808http://forums.silverlight.net//p/5148/15808.aspx/1?Re+bulleted+list+Re: bulleted list? <p>Ok, thanks.</p> <p>I find it strange because when working with a Silverlight Application in Expression Blend there is a 'List' tab in the text properties, but this tab is not enabled. Neither is the 'Paragraph' or 'Line indent' tabs.<br> </p> 2007-09-28T05:20:09-04:0017082http://forums.silverlight.net//p/5148/17082.aspx/1?Re+bulleted+list+Re: bulleted list? <p>hi,</p> <p>i have to do the same thing...can you please share the code for adding the bullets using the ALT&#43;0149 &amp; run..</p> 2007-10-10T12:16:13-04:0017108http://forums.silverlight.net//p/5148/17108.aspx/1?Re+bulleted+list+Re: bulleted list? <p>Here's the 'run' example from msdn done with a 'bullet' in front:</p> <p>&lt;TextBlock<br> &nbsp; FontFamily=&quot;Arial&quot; Width=&quot;400&quot; Text=&quot;Sample text formatting runs&quot;&gt;<br> &nbsp; &lt;LineBreak/&gt;<br> &nbsp; &lt;Run Foreground=&quot;Maroon&quot; FontFamily=&quot;Courier New&quot; FontSize=&quot;24&quot;&gt;• Courier New 24&lt;/Run&gt;<br> &nbsp; &lt;LineBreak/&gt;<br> &nbsp; &lt;Run Foreground=&quot;Teal&quot; FontFamily=&quot;Times New Roman&quot; FontSize=&quot;18&quot; FontStyle=&quot;Italic&quot;&gt;• Times New Roman Italic 18&lt;/Run&gt;<br> &nbsp; &lt;LineBreak/&gt;<br> &nbsp; &lt;Run Foreground=&quot;SteelBlue&quot; FontFamily=&quot;Verdana&quot; FontSize=&quot;14&quot; FontWeight=&quot;Bold&quot;&gt;• Verdana Bold 14&lt;/Run&gt;<br> &lt;/TextBlock&gt;<br> </p> <p>-Dave</p> 2007-10-10T17:30:01-04:0045523http://forums.silverlight.net//p/5148/45523.aspx/1?Re+bulleted+list+Re: bulleted list? <p>Is this still the preferred method for creating a bulleted list?&nbsp; When the text wraps, how do you indent the next line so it aligns with the first line's text and not the bullet?</p> 2008-04-10T15:01:49-04:00269106http://forums.silverlight.net//p/5148/269106.aspx/1?Re+bulleted+list+Re: bulleted list? <p>Surprisingly, there is no bullet list even in SL3. Here's a quick and easy way to render an array as an unordered list in silverlight:<br> </p> <p>&nbsp;http://asheeshsoni.blogspot.com/2009/08/bulleted-list-in-silverlight.html</p> 2009-08-14T02:09:19-04:00269158http://forums.silverlight.net//p/5148/269158.aspx/1?Re+bulleted+list+Re: bulleted list? <p>StackPanel or Grid would be much better suited for building&nbsp;bullet list then using textblock. Make Grid with as many rows as you need and two columns. In the first column&nbsp;place your bullet symbol or image or roman numeral. In the second column place textblock with text. This way you will have full control of presentation (margins, borders, alignments...). If you use bullet list&nbsp;a lot make your&nbsp;own BulletList&nbsp;item&nbsp;control and share it with us. We all win.</p> 2009-08-14T05:46:01-04:00301241http://forums.silverlight.net//p/5148/301241.aspx/1?How+to+use+Silverlight+with+LMS+system+How to use Silverlight with LMS system? <p>Hi,</p> <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I am new to silverlight. I want to use silverlight for&nbsp; LMS system.</p> <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I want know that, is this possible in silverlight or not?</p> <p>&nbsp;</p> <p>Thanks &amp; Regards</p> <p>satish dugasani<br> &nbsp;</p> 2009-10-12T10:44:10-04:00310024http://forums.silverlight.net//p/5148/310024.aspx/1?Re+How+to+use+Silverlight+with+LMS+system+Re: How to use Silverlight with LMS system? <p>Hi,</p> <p>&nbsp;For your LMS question you should ask in a new thread, or have a look at this one:</p> <p><a href="http://forums.silverlight.net/forums/t/31307.aspx">http://forums.silverlight.net/forums/t/31307.aspx</a></p> <p>Regards.</p> 2009-10-27T17:31:07-04:00