1. How to add scrollbar to text box on right side in WPF (not programatic) ?
2. How to set desired docked window size in XAML ?
3. How to add label with bolded text in WPF XAML?
[Modified 3 years ago]
1. How to add scrollbar to text box on right side in WPF (not programatic) ?
2. How to set desired docked window size in XAML ?
3. How to add label with bolded text in WPF XAML?
[Modified 3 years ago]
Hi Chris,
1) In these forums we only support our control products. If you have questions on native WPF controls in the future, kindly search the web or Microsoft's forums for assistance. That being said, this article tells you how to support scrolling in the WPF TextBox.
2) Our DockingWindow base class has a ContainerDockedSize property you can use to set the default size when the docking window is docked. You can see it in use in our main Docking/MDI demo's XAML, as well as in some other QuickStart samples.
3) Please search on the web for documentation on using WPF's TextBlock control.
Please log in to a validated account to post comments.