ListBox

Is there anyway to disable the vertical scrollbar from a listView


Answer this question

ListBox

  • AreaBlue

    listbox or listview

  • Mauro Solcia

    Vertical Scroll Bar Depends upon the amount of Data in it. How can you show record (for e.g 100 rows) if Vertical Scroll Bar is not enabled.


  • dwight silverman

    You can set the ListView.Scrollable property to false.

    If you're disabling the ListView's scrollbar to create your own VScrollBar (for example) for more control, you can set the ListView.TopView to programmatically scroll the ListView.



  • ListBox