Windows Presentation Foundation, or WPF, is a subsystem for rendering user interfaces in Windows-based applications.
2
votes
1answer
76 views
+50
Border Margin in Window template doesn't have any effect when used with WindowChrome
I was checking out the WindowChrome class in System.Windows.Shell library (v 3.5.41019.1). When I try to create a Window template, the margin of the Border element in the template seems to have no ...
1
vote
1answer
109 views
+50
Binding to DataGrid of TabItem not Working using MVVM
I have a small application to help myself learn WPF and MVVM etc. I have been using the example by Josh Smith found here to construct my own application. I have got the application adding TabItems, ...
0
votes
0answers
32 views
+50
Telerik RadTreeListView poor performance
I'm having a little performance problem with the Telerik WPF hierarchical gridview & considering alternative 3rd party controls.
Check out this simple scenario (zip project)
Its a ...
0
votes
2answers
58 views
+100
Trigger Style on One Column of GridView
My question is similar to WPF Grid - How to apply a style for just one column? but applies to a GridView inside of a ListView
I'm trying to apply a trigger that will change the color of text within a ...
0
votes
1answer
49 views
+50
DataTrigger not firing when scrolling in ListView
We are having an issue with a pair of ListView controls in WPF, these controls are linked together to work as a single grid with a frozen column on the right hand side which contains a checkbox. This ...