listview
-
how do i add headers and add information into the headers. I added the headers in the design view by using the properties menu but how do i add the header it is not displaying in the listview and bind information to it? I know its a begineer question but i need some help please thanks!! :-D;):-D Da Intern
-
how do i add headers and add information into the headers. I added the headers in the design view by using the properties menu but how do i add the header it is not displaying in the listview and bind information to it? I know its a begineer question but i need some help please thanks!! :-D;):-D Da Intern
Set the
ListView.View
property toView.Details
, or simply Details in the designer. To add information to columns, read the documentation for theListViewItem
class, which also includes some samples. As far as data-binding support like in theDataGrid
class, there is none. You have to add this yourself using theDataBindings
property or manually (which really isn't data binding).-----BEGIN GEEK CODE BLOCK----- Version: 3.21 GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++ -----END GEEK CODE BLOCK-----