Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
755
How to reduce cell height
posted

Hi,

 I would like to reduce the default cell height.  I tried this

<igDP:Field Label="{x:Static p:Resources.AccountNumberCaption}" Name="AccountNumber">

<igDP:Field.Settings>

<igDP:FieldSettings x:Uid="igDP:FieldSettings_1" CellMinHeight="1" CellMaxHeight="1" CellHeight="1" />

</igDP:Field.Settings>

</igDP:Field>

It did'nt change the height of the cell.  I could elarge it, but not reduce it.  Is it possible to change de minimum height?