Obtain scrollbar width.

  • Thread starter Thread starter Keith Rebello
  • Start date Start date
K

Keith Rebello

How do I obtain the width of a scrollbar on a Windows Forms control (eg. a
ListView control)?
 
* "Keith Rebello said:
How do I obtain the width of a scrollbar on a Windows Forms control (eg. a
ListView control)?

'SystemInformation.VerticalScrollBarWidth',
'SystemInformation.HorizontalScrollBarHeight'.
 
Back
Top