I am trying to not seeing the scroll bar. To make my dataGrid have exact height and width it need for that many of data. For example, if dataGrid read 10 rows 5 columns, then its height is exactly fit 10 rows, and width is exactly fit 5 columns. I trying height=“100%” width=“100%”, but this will expand relate to browser window size, not data size.
How do I do that?