PreferredRowHeight of DataGrid for NETCF

How do you increase the hight of a row in a datagrid since PreferredRowHeight doesn't exist in NETCF (system.windows.forms.datagrid)

Answer this question

PreferredRowHeight of DataGrid for NETCF

  • aaks

    You don't - there's no good way for you to change row height.

    There’s an unsupported unofficial way to do it through reflections, please run a search to find it.



  • mohasad

    It worked! Is there also a way to set the witdh of the vertical scrollbar
  • PreferredRowHeight of DataGrid for NETCF