Hi
I have a gridview in Listview.View in a WPF application. I am using sorting of each grid view column so I need to set display member binding. When I searched in net I got a method using cell template to increase the font size of elements in the grid view. But I cannot use that since I need DisplayMemberBinding property of gridview for sorting. Any other method to increase the font size of the elements in gridview?