I am using a Listview control as a listbox. I have two columns, the first contains record ID's and it's width is set to zero. The second column is filled with an item for selection. It all works however it looks a mess. I have been trying to adjust the width of the control in design view, but when in runtime it shows what looks like an unsed empty column. The heading text is narrower than the visible column. If I manually alter ther column width in runtime using the mouse it shows or hides the scrollbar. Is there any way I can make the control look like a normal listbox in design time. Thanks