Hide Scrollbars on ScrollableControl

G

Guest

I am trying to create a grid-like control containg a header for column
headings and a body for row data.

To do this I inherit the header and body from ScrollableControl and have
synchronised the scrolling between them such that scrolling the body
horizontally will also scroll the header.

My problem is that I cannot make the hide scrollbars on the header control.
Setting the HScroll and VScroll properties appears to have no effect.
 

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

Top