-
|
Is there a way to "make the table smaller" - e.g. by changing the font-size? I can set a different font size on the control itself, but that does only change the font-size of the headers. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
|
Or maybe you could add a "compact mode", that would reduce all spacings to the max and user a smaller font size? |
Beta Was this translation helpful? Give feedback.
-
|
FontSize for the whole TableView, seems like a good idea. I would also try to implement compact sizing on the control. |
Beta Was this translation helpful? Give feedback.
-
|
You can achieve this by setting the RowMinHeight and RowHeight properties. For the font size, you can create a page resource cell style template. |
Beta Was this translation helpful? Give feedback.
-
|
This will be included in the next release, so stay tuned. #254 |
Beta Was this translation helpful? Give feedback.
-
|
compact sizing is here #255 |
Beta Was this translation helpful? Give feedback.
FontSize for the whole TableView, seems like a good idea. I would also try to implement compact sizing on the control.