Maybe the obvious answer is that I need to use a UserControl but I\'d like to know if this is possible.
It is possible to make RichTextBox have corner radius in wpf. i know it can achive using Contro开发者_JAVA技巧lTemplate but how?
I am new to WPF and the ScrollViewer is frustrating me.Either I just don\'t \"get\" it, or it is a limited control.
I have string which i have to display in TextBlock, my TextBlock have some fixed size, i needdisplay the text in such manner i开发者_如何学编程f string cannot fit in TextBlock, then i have to split th
I have a list view that is displaying data using the gridview.This list is displaying data typical of grid views.Lots of data displayed in rows and columns.However, on some rows I do not have any data
In WinForms you could set a progress bar to loop endlessly to indicate that you don\'t know 开发者_高级运维how long it will take. How would I do that in WPF?<ProgressBar IsIndeterminate=\"True\" /&
How can i set mulitple effect l开发者_如何学Goike(shadow and blur) on same element.See Using Effects in WPF (Part 2) by Greg Schechter where one can simply nest Decorators like a Border and put a diff
How can I create Button control which contains a Rectangle object filled with the color represented by the Colors.Aqua?
How can I inform 开发者_如何学Goall subControls in WPF that they shall for example expand? Not every SubControl shall be informed.. only those who can e.g. accept an other element for drop.
I want a layout like VS 2008. In which I want two columns and second columns is again split into two.