CLI listview style ändern?
-
hi.
wie kann ich den style des listviews auf 'Details' ändern?
this->listView1->Style = (...)
funktioniert nicht, er meint es gibt kein Style attribut, laut msdn aber schon.
nutze VS express 2010
danke für hilfe.
lg
-
habs.
this->listView1->View = System::Windows::Forms::View::Details;