U
Uwe
Hi,
I'm currently writing my own UserControl, based on the TreeView control that
ships with .NET Framework 3.5. (i.e. Inherits System.Windows.Forms.TreeView).
Everything works fine, especially the Drag & Drop operation.
Just one question regarding the AutoScroll function. It appears to me that
this control has already a built in AutoScroll-function ... but it only
scrolls down and not up or even left and right.
Any idea how to influence that? I'm currently using the "SendMessage"-API to
scroll up, right and left and would also like to have control over the scroll
down functionality.
Another question as the MSDN On- and Offline-help falls short on that: What
does the ".AutoScrollOffset" property exactly mean and how can it be used?
Thanks for any help.
Uwe
I'm currently writing my own UserControl, based on the TreeView control that
ships with .NET Framework 3.5. (i.e. Inherits System.Windows.Forms.TreeView).
Everything works fine, especially the Drag & Drop operation.
Just one question regarding the AutoScroll function. It appears to me that
this control has already a built in AutoScroll-function ... but it only
scrolls down and not up or even left and right.
Any idea how to influence that? I'm currently using the "SendMessage"-API to
scroll up, right and left and would also like to have control over the scroll
down functionality.
Another question as the MSDN On- and Offline-help falls short on that: What
does the ".AutoScrollOffset" property exactly mean and how can it be used?
Thanks for any help.
Uwe