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
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,MatteoDeveloper Support EngineerInfragisticswww.infragistics.com/support
Well, that isn't it, since the scroll bar is visible. Can you think of anything else that could change the behavior of the ScrollBounds property? I don't have time right now to start ripping out chunks of my application to figure it out by trial and error, but I'll do it eventually if I need to.
Aaron
This case will be close in three business days if you don't have further questions on this matter.
I haven't had time to look into it any further. I am still seeing the problem, though, so at some point I probably will need to revisit it.
Do you have any more questions on this matter?
I just checked and the property is in fact visible in the designer. The fact that you don't see it might indicate some kind of issue with assembly references.
If you are able you can post a sample application here and we will take a look and determine whether there is a bug in the control. If you can't, try to provide any additional details you can think of, for example, whether the property just plain doesn't do anything, or rather fails only under certain circumstances, happens when nodes are expanded, etc.