Click here to Skip to main content
15,908,172 members
Home / Discussions / WPF
   

WPF

 
QuestionFolderBrowserDialog in WPF Pin
dan!sh 22-May-10 4:13
professional dan!sh 22-May-10 4:13 
AnswerRe: FolderBrowserDialog in WPF Pin
Abhinav S22-May-10 5:28
Abhinav S22-May-10 5:28 
GeneralRe: FolderBrowserDialog in WPF Pin
dan!sh 22-May-10 5:34
professional dan!sh 22-May-10 5:34 
AnswerRe: FolderBrowserDialog in WPF Pin
Daniel Grunwald22-May-10 6:44
Daniel Grunwald22-May-10 6:44 
GeneralRe: FolderBrowserDialog in WPF Pin
dan!sh 22-May-10 7:14
professional dan!sh 22-May-10 7:14 
QuestionHow to you generate itemized lists in a RichTextBox? [NO SOLUTION POSSIBLE] Pin
fjparisIII22-May-10 4:12
fjparisIII22-May-10 4:12 
AnswerRe: How to you generate itemized lists in a RichTextBox? Pin
Kunal Chowdhury «IN»24-May-10 8:37
professionalKunal Chowdhury «IN»24-May-10 8:37 
GeneralRe: How to you generate itemized lists in a RichTextBox? Pin
fjparisIII24-May-10 9:17
fjparisIII24-May-10 9:17 
KunalChowdhury wrote:
What do you mean by itemized list in a RichTextBox?

I don't understand your question. Surely you aren't asking me what an itemized list is, are you?

It doesn't matter anyhow. There is no way to do it. I just expected it to be there since the new RichTextBox in Silverlight 4 takes a list of something called Paragraph elements and I just naturally assumed these were the same Paragraph elements that were in WPF, which do take itemized lists. But they only vaguely resemble the WPF Paragraph. They don't even have a Margin property which might be a starting point for rolling your own itemized lists.

So forget it. I learned from a recent Code Camp I went to that Microsoft has given up the idea of ever supporting flow documents in Silverlight. Instead in a future release of Silverlight they will provide a way of supporting an HTML area within Silverlight content. (They've always supported the opposite: Silverlight content within HTML.) Once that happens, we'll be able to include itemized lists within Silverlight and the user won't even know or care that it's actually HTML that is generating the itemized list.

I guess Microsoft figured it was easier to rely on existing technology rather than reinventing the wheel. Trouble is, they should have done this ages ago. Meanwhile, we have to wait and wait, and in the meantime put up with poorly formatted running text in Silverlight applications.

The syntax for itemized lists in WPF is incredibly verbose anyhow. It will be a blessing to be able to use the concise syntax of HTML for generating itemized lists, and flow documents in general. The only thing is, it will never have the convenience of automatically flowing into multiple columns like WPF, although I am by no means an HTML programmer, so maybe that will be possible, also.
QuestionHow do you adjust leading between paragraphs in RichTextBox? [SOLVED THROUGH A KLUDGE] Pin
fjparisIII22-May-10 4:10
fjparisIII22-May-10 4:10 
AnswerRe: How do you adjust leading between paragraphs in RichTextBox? [SOLVED THROUGH A KLUDGE] Pin
Abhinav S24-May-10 17:28
Abhinav S24-May-10 17:28 
QuestionValidation Messages [modified] Pin
Tripathi Swati21-May-10 23:02
Tripathi Swati21-May-10 23:02 
AnswerRe: Validation Messages Pin
Abhinav S22-May-10 0:30
Abhinav S22-May-10 0:30 
GeneralRe: Validation Messages Pin
Tripathi Swati24-May-10 19:27
Tripathi Swati24-May-10 19:27 
AnswerRe: Border as control Pin
Jürgen Röhr22-May-10 2:23
professionalJürgen Röhr22-May-10 2:23 
GeneralRe: Border as control Pin
Jürgen Röhr22-May-10 21:40
professionalJürgen Röhr22-May-10 21:40 
AnswerRe: Border as control Pin
Abhinav S22-May-10 2:30
Abhinav S22-May-10 2:30 
QuestionHow do you color a rectangle in C# that has been declared in XAML in WPF? Pin
Xarzu21-May-10 16:11
Xarzu21-May-10 16:11 
AnswerRe: How do you color a rectangle in C# that has been declared in XAML in WPF? Pin
Pete O'Hanlon21-May-10 23:44
mvePete O'Hanlon21-May-10 23:44 
GeneralRe: How do you color a rectangle in C# that has been declared in XAML in WPF? Pin
Xarzu22-May-10 1:58
Xarzu22-May-10 1:58 
GeneralRe: How do you color a rectangle in C# that has been declared in XAML in WPF? Pin
Pete O'Hanlon22-May-10 2:28
mvePete O'Hanlon22-May-10 2:28 
GeneralRe: How do you color a rectangle in C# that has been declared in XAML in WPF? Pin
Xarzu24-May-10 5:09
Xarzu24-May-10 5:09 
QuestionHow do you send a refresh message to a WPF grid or canvas? Pin
Xarzu21-May-10 16:10
Xarzu21-May-10 16:10 
AnswerRe: How do you send a refresh message to a WPF grid or canvas? Pin
Jürgen Röhr22-May-10 3:11
professionalJürgen Röhr22-May-10 3:11 
QuestionWPF TreeView - Get Reference To Image On Node Pin
Kevin Marois21-May-10 7:56
professionalKevin Marois21-May-10 7:56 
AnswerRe: WPF TreeView - Get Reference To Image On Node Pin
Pete O'Hanlon21-May-10 9:20
mvePete O'Hanlon21-May-10 9:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.