![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Im used to MSAccess listbox where I can hv several columns displayed with a vertical scrollbar at the side. I can even control the size of each column. Is it possible in vb.net? |
#3
| |||
| |||
|
|
"tsluu" <tsluu (AT) discussions (DOT) microsoft.com> wrote in message news:76370419-C956-4878-AE9A-FB69A6D1FF80 (AT) microsoft (DOT) com... Im used to MSAccess listbox where I can hv several columns displayed with a vertical scrollbar at the side. I can even control the size of each column. Is it possible in vb.net? The ListView control can do that... set the View property to Details, and add columns with the Columns collection property. The Scrollable property controls whether a scroll bar is displayed. Also, the DataGridView is a more comprehensive control that shows data in columns, and has more flexibility. -- Jack . |
#4
| |||
| |||
|
|
Appreciate your reply. Im new to VB.NET. I thought the same functionalities of listbox or coombobox are carried down to .Net from MSAccess. Seems that they are different altogether. Thus more getting used to. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |