1

Simple problem. I add columns through code to a ListView component.

myList.Columns.Add("Title", 32);

Parameters are as follow : (Title, Width)

The problem is when column are out of the Horizontal View, scrollbar doesn't appear. It only appears when I click on the ListView, like as if it then realize it should have a Scrollbar.

How can I make sure it appears when I add the column and the Horizontal View is not wide enough to cover every column?

Cher
  • 2,789
  • 10
  • 37
  • 64

0 Answers0