Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. How to hide horizontal scroll bar in listview

How to hide horizontal scroll bar in listview

Scheduled Pinned Locked Moved C#
questiontutorial
2 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    amymarie3
    wrote on last edited by
    #1

    I have a listview that I am using and I want to hide the horizontal scroll bar (at all times) but not the vertical one (should run in auto mode). How do I do this? The data can only be displayed in the details view.

    A 1 Reply Last reply
    0
    • A amymarie3

      I have a listview that I am using and I want to hide the horizontal scroll bar (at all times) but not the vertical one (should run in auto mode). How do I do this? The data can only be displayed in the details view.

      A Offline
      A Offline
      amymarie3
      wrote on last edited by
      #2

      I found the answer so that it will hide the scroll bar properly if the data fits in the list view. It will still appear when the data is wider than the control but at least now it looks better. this.lstGenerate.Columns[0].Width = -1;

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups