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
595
Minimum size of scrolling region
posted

How do I set minimum size of scrolling region?

Parents
  • 469350
    Suggested Answer
    Offline posted

    What kind of Scrolling region? RowScrollRegion or ColScrollRegion?

    I don't see any MinimumSize property, but there is a SizingMode which you can set to Fixed. So you can fix the region at a particular size.

    You could also handle the BeforeRowRegionSize (or BeforeColRegionSize) event and cancel it.

Reply Children
No Data