This question is locked. New answers and comments are not allowed.
I modified the default style of GridViewCell and set the fontSize to 14 like this
I found that the textBox in edit mode has an padding whose value is "2,2,2,2"。 How can i change the textBox's padding value.
Or what can I do to set the rows in the same height.
Waiting for your help.
Any example code is helpful~Thanks
<Setter Property="FontSize" Value="14" />There is an issue when the GridViewCell is in Edit mode, the row's height will be heighter than others.
I found that the textBox in edit mode has an padding whose value is "2,2,2,2"。 How can i change the textBox's padding value.
Or what can I do to set the rows in the same height.
Waiting for your help.
Any example code is helpful~Thanks