how to format date in LIstview in WPF | 23 Feb 2010 01:02:51 |
| | Hi Experts,
How to format a column in list view, that's date column, i need format that dd/MM/yyyy.
Thank you | |
| | | |
| Re:how to format date in LIstview in WPF | 23 Feb 2010 01:02:51 |
| | This is quite easy in listview with WPF, for this we can use the cell template and textBlock control to format.
Here is Code
[color=#0000FF][/color]
Thank you | |
| | | |
|