Windows Presentation Foundation, or WPF, is a subsystem for rendering user interfaces in Windows-based applications.
9
votes
1answer
118 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 ...
0
votes
0answers
45 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
1answer
70 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 ...
0
votes
0answers
45 views
+50
Can't use InkCanvas in SilverLight
I am trying to create my first program in SilverLight. But I can't use the InkCanvas.
Simply, I just:
Create a new project.
Choose SilverLight Application (Framework 4.5)
UnCheck "Host the ...
1
vote
0answers
98 views
+50
Style WPF normal Control depending on Windows Theme
I have read lots of thing about WPF Theme, Skin, Style etc... But there is still something I cannot achieve.
I have custom controls, which are styled depending on the OS theme, by having a different ...