TreeView and SetScrollInfo problem

  • Thread starter Thread starter rh
  • Start date Start date
R

rh

Hi, I have a WinForm with a TreeView and a custom scrollbar that is
positioned over (hides) the TreeView's own ScrollBar.

I use SetScrollInfo to update the TreeView's ScrollBar to match the changes
in the custom scrollbar. The problem is that while the TreeView's ScrollBar
does move to match my custom scrollbar, the contents in the TreeView doesn't
move at all.

Any suggestions?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top