7 Commits (1763c930b687cfbffbed38dbe8a46d1cfcec0258)

Author SHA1 Message Date
brianlagunas_cp 140533ed75 RichTextBox: Removed the AllowFormatting property and completely changed the way the format bar works. The format bar is now a seperate control and can be used either on the deafult RichTextBox or the toolkit's RichTextBox. The format bar is used in conjunction with a format bar manager class. You add the format bar as follows 15 years ago
brianlagunas_cp d7341b8703 added the initial Office 2010 Format style contextual formating bar to RichTextBox. To enable the FormatBar set the RichTextBox.AllowFormatting property to True. 16 years ago
brianlagunas_cp 3afcdd542a 14537 : made ok/yes buttons default buttons for MessageBox. 16 years ago
brianlagunas_cp f2182afd6e RichTextBox: fixed bug when using RichTextBox and not data binding to the Text Property 16 years ago
brianlagunas_cp 72a68c2374 various bug fixes, consolidated common styles 16 years ago
brianlagunas_cp 2af86dd609 RichTextBox: placed the UpdateText method on a background thread using the dispatcher to asyncronously update the text property. This dramatically improves performance. 16 years ago
brianlagunas_cp c014a69dc7 added new RichTextBox control. Extends the Windows.Controls.RichTextbox to include a Text dependency property that supports data binding. This control uses the concept of text formatters. TextFormatters allow the user to format the text in the RichTextBox into any format they wish. Three text formatters are included: PlainTextFormatter, RtfFormatter, and a XamlFormatter. User can create their own custom formatters by creating a class that inherits from ITextFormatter and setting that as the default formatter in the <RichTextBox.TextFormatter> block. 16 years ago