hi

i want to override the windows forms tree view in a custom control in a way
so the selected tree node does not center itself inside the tree view (is
quite nasty if the tree view is scrollable, then you have to scroll back to
get to the little + in front of the name).
does anybody know which of the many focus methods i have to override for
this purpose and how?

regards gabriel

RE: override of TreeView by fuul

fuul
Wed Nov 24 02:55:07 CST 2004

If you ever found a solution for this, could you post it so I can see it?
Thanks for the help... fuul

"gabriel" wrote:

> hi
>
> i want to override the windows forms tree view in a custom control in a way
> so the selected tree node does not center itself inside the tree view (is
> quite nasty if the tree view is scrollable, then you have to scroll back to
> get to the little + in front of the name).
> does anybody know which of the many focus methods i have to override for
> this purpose and how?
>
> regards gabriel