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
120
Wingrid in Webform has different row height form I've set.. (SmartClient)
posted

Hi.

I've made a userControl having UltraWinGrid and put this on the web page.

It works fine but the row height is different from I've set, data row height and header

row height are bigger, and can't control them.

I've set the value of DefaultRowHeight at the grid InitializeLayout event.

Do I missed something or is there any particular solution of this?

Parents
  • 469350
    Verified Answer
    Offline posted

    My guess is that the height you are setting is less than the MinimumRowHeight which is calculated based on the font size. Try setting MinimumRowHeight to some less than or equal to your DefaultRowHeight. Set MinimumRowHeight first, before DefaultRowHeight, of course.

Reply Children
No Data