ClientSize

  • Thread starter Thread starter Charlie Brown
  • Start date Start date
C

Charlie Brown

What is the relationship between Control.Size and Control.ClientSize?
Are they involved in showing scrollbars in any way?
 
Charlie said:
What is the relationship between Control.Size and Control.ClientSize?
Are they involved in showing scrollbars in any way?

I think the Size of a form is the whole window including decorations whereas
ClientSize is size of the bit that you must redraw, i.e. without
decorations.
 

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