SIP Form Scrolling

  • Thread starter Thread starter Aaron
  • Start date Start date
A

Aaron

Ok...I see this one has been asked a lot by searching the archives;
however, they don't really give a viable solution. Does anyone have
any code for making my panel scroll when the SIP is opened on my form?
Certainly someone has a complete working solution to this age-old
question, or a demo app I could look at.

Thanks
 
Aaron said:
Ok...I see this one has been asked a lot by searching the archives;
however, they don't really give a viable solution. Does anyone have
any code for making my panel scroll when the SIP is opened on my form?
Certainly someone has a complete working solution to this age-old
question, or a demo app I could look at.

Thanks

When I've implemented this feature, I've always put the panel in
question as a child of another panel and use a Vertical scrollbar to
set the .Top property.
Setting it to negative values will scroll down.

Not a perfect solution, but I've not seen a better way.
 
Thanks...that's basically what I did shortly after posting and it
seemed to work fine, what took me a little while to figure out was
that you needed an InputPanel to actually work directly with the SIP.
 
Back
Top