chriga's blog
Pages
(Move to ...)
Home
Software
WPF
Android
Arduino
Privacy Policy
Contact
▼
Wednesday, April 30, 2014
Sorting Evolution (8) - Sorting a WPF ListView/GridView by clicking on the header - Behaviors (Expression Blend)
›
Eighth generation Last time ( Seventh Generation ) we used Attached Properties to enable sorting within XAML . An alternative, but simila...
Tuesday, March 25, 2014
Sorting Evolution (7) - Sorting a WPF ListView/GridView by clicking on the header - Attached Property
›
Seventh generation With the last post ( Sixth Generation ) we have improved our sorting mechanism that it can be easily reused in diverse...
Wednesday, March 12, 2014
Sorting Evolution (6) - Sorting a WPF ListView/GridView by clicking on the header - More Reusability
›
Sixth Generation Now we want to extract the sorting method to an own class. So it can also reused every time we need sorting. private ...
Thursday, February 13, 2014
Sorting Evolution (5) - Sorting a WPF ListView/GridView by clicking on the header - Reusability
›
Fifth Generation To reduce and to reuse the code in code-behind of the View we can extract it. The extracted code is moved in an own clas...
Tuesday, February 4, 2014
Sorting Evolution (4) - Sorting a WPF ListView/GridView by clicking on the header - Sort Direction Indicators with Adorners
›
Fourth Generation To enhance the sorting of WPF ListView I wanted to extract the resource that is drawing the small glyphs indicating so...
Sunday, January 19, 2014
Award Winning TechNet Guru Article: Binding of DataGrid Column Header
›
I'm proud to announce that the article Binding of DataGrid Column Header has been awarded with the bronze medal at the TechNet Guru Awa...
1 comment:
Award Winning TechNet Guru Article: Identifying and Resolving Shortcuts/Links of files and folders
›
I'm proud to announce that the article Identifying and Resolving Shortcuts/Links of Files and Folders has been awarded with the silver...
Saturday, January 11, 2014
WPF Message Box 2.0.1 Released
›
Today the final version of WPF Message Box 2.0.1 was released. Support for the .NET 4.5.1 Framework is added to this version. WPF Message ...
Friday, January 10, 2014
WPF About Box 2.0.0 Released
›
Today the final version of WPF About Box 2.0.0 was released. Support for the .NET Famework 4.5.1 is added to this version. It is now also po...
Monday, December 30, 2013
WPF Binding of DataGrid Column Header in XAML
›
Dynamically binding to a column header of a DataGrid is not a transparently task. The problem is that the column header is not inheriting fr...
17 comments:
Saturday, December 28, 2013
Identifying and Resolving Shortcuts/Links of Files and Folders
›
In Windows file shortcuts can be identified by the file extension. Default file extension for file and folder shortcuts is ".lnk...
Thursday, December 26, 2013
Sorting Evolution (3) - Sorting a WPF ListView/GridView by clicking on the header - Sort in ViewModel
›
Third Generation After reading Messenger and View Services in MVVM by Laurent Bugnion , I thought about moving sorting again to the View...
Monday, December 23, 2013
Sorting Evolution (2) - Sorting a WPF ListView/GridView by clicking on the header - Sort Direction Indicators
›
Second Generation After I had implemented sorting ( First Generation ) of WPF ListView , I wanted to add small glyphs that indicates the...
3 comments:
‹
›
Home
View web version