From: xg on 30 Nov 2006 03:09 Hi, does anyone know if there is a way to change the row height of CListCtrl? Thanks. xg
From: Tom Serface on 30 Nov 2006 09:59 I believe to do this you need to do an owner drawn version. This might help you: http://www.codeproject.com/listctrl/changerowheight.asp http://www.codeguru.com/Cpp/controls/listview/advanced/article.php/c1013 Tom "xg" <xg1(a)yahoo.com> wrote in message news:%23FyJKdFFHHA.1912(a)TK2MSFTNGP03.phx.gbl... > Hi, does anyone know if there is a way to change the row height of > CListCtrl? Thanks. > > xg > > >
From: Saul775 on 30 Nov 2006 09:51 Here's a helpful website that will accomplish what you're looking for... http://www.codeguru.com/cpp/controls/listview/advanced/article.php/c1013/ Hope it helps. "xg" wrote: > Hi, does anyone know if there is a way to change the row height of > CListCtrl? Thanks. > > xg > > > >
|
Pages: 1 Prev: VC6 project fails in VS2006 Next: why is CoUninitialize being called in CDHtmlDialog::Navigate |