Setting Row Height in Derived DataGrids
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I have a class that inherits from DataGrid. I can set the rowheights in a DataGrid by tappig into the "get_Datagridrows" method. However, this does not work for classes that inherit from DataGrid. Anyone know how to do this on derived classes? I find it apalling that Microsoft provided a DataGrid that is so inflexible! Regards Kais