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
800
How to set max row height less than grid height
posted

When row height exceeds the height of the grid,  user cannot scroll down to see the bottom half of the row and the tooltip is also not displayed in this case. Is there a way to limit row height not exceeding grid height?

 

Thanks,

Crystal.

Parents
  • 69832
    Suggested Answer
    Offline posted

    You might be able to handle the grid's Resize event and change the property therein, although I don't know if it is too late at that point. Alternatively, you might want to consider using the MaximumSize.Height property of the form to prevent the height from getting too small to show one row.

Reply Children