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
850
ScrollBounds is overridden somehow?
posted

I'm trying to modify ScrollBounds on my tree - specifically, I'm trying to set it to ScrollToFill. I can change it, and it stays changed, but it doesn't work. I've tried it in a sample app, and it works fine, so I assume that somewhere in the maze of properties I've set one that's overriding ScrollBounds, but I can't find it. Where can this be overridden?

On a side note, why isn't this property available in the designer?

Thanks,
   Aaron

Parents
No Data
Reply
  • 615
    posted

    Hello Aaron,

    The only property that could override the ScrollBounds would be the Scrollable property, which if set to Hide would make disappear the scroll bar. There are no other properties that could affect the ScrollBounds setting.

    Please let me know if you have any questions on this matter.

    Sincerely,
    Matteo
    Developer Support Engineer
    Infragistics
    www.infragistics.com/support

     

     

Children