CListCtrl
-
-
Hi using the style LVCFMT_RIGHT in CListCtrl::InsertColumn(..) will right justify any text in any but the first column. Anybody knows about that - is that by design or a bug and how could I get my first column right justified? Thanks for any help Solex
I think InsertColumn() works only with columns after the first, because you're adding a new column while the first already exists. Try with SetColumn() instead. Cheers, Paolo.
-
Hi using the style LVCFMT_RIGHT in CListCtrl::InsertColumn(..) will right justify any text in any but the first column. Anybody knows about that - is that by design or a bug and how could I get my first column right justified? Thanks for any help Solex
-
Hi using the style LVCFMT_RIGHT in CListCtrl::InsertColumn(..) will right justify any text in any but the first column. Anybody knows about that - is that by design or a bug and how could I get my first column right justified? Thanks for any help Solex