Visual Studio Development Bookmark and Share   
 index > Visual Studio WPF Designer > Urgent content is not displaying
 

Urgent content is not displaying

Can i use static string value and bind to RichtextBox.....?

I have a rich text box and should be updated.... the proj is byuilding fine.. but unable to manage to get the string in the RichtextBox

this is the code: its not displaying content

<RichTextBox Name="comments_storeviewing" Grid.Row="2" Grid.Column="2" Width="300" Height="60" ScrollViewer.VerticalScrollBarVisibility="Disabled" />

<my:BindingProxy In="{Binding}" Out="{Binding ElementName=comments_storeviewing, Path=strBind}" />

String strBind;

strBind= "ABCDEFGHIJKL";

content is not displaying in richtextBox...

plz helpme Urg

Code_Required  Wednesday, July 09, 2008 6:57 AM

This forum is for the WPF Designer ("Cider") in Visual Studio. If you have questions about WPF or using the WPF runtime then the WPF forumhttp://forums.msdn.microsoft.com/en-US/wpf/threads/is probably a better place to ask your question.


Marco Goertz \ Sr. Dev Lead \ WPF Designer "Cider" \ Microsoft
Marco Goertz - MSFT  Monday, July 14, 2008 11:54 PM

You can use google to search for other answers

Custom Search

More Threads

• Unhandled error when loading XAML in VS 2008 and Impossible to run debbug...
• Stupid Question about Tab Preview
• locbaml - problems generating es-MX resource DLL
• INotifyPropertyChanged in C++/CLI?
• Auto-refactor doesn't work in the Cider "Source" window
• XAML intellisense problem
• Access to selected object in XAML Designer through DTE?
• Edit Xaml files from within WPF application using C#
• Get the WindowsFormsHost mouseclick position in WPF
• xaml intellisense stopped working in my existing VS2008 solution