From: xg on
Hi, does anyone know if there is a way to change the row height of
CListCtrl? Thanks.

xg



From: Tom Serface on
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
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
>
>
>
>