Re: Icon size with CListCtrl
- From: voidcoder <voidcoder@xxxxxxxxx>
- Date: Thu, 11 Oct 2007 12:40:06 +0100
You can use whatever icon size you want. LVSIL_NORMAL
sets big icons image list for "icon" style view.
LVSIL_SMALL sets image list for the rest of view
styles like "report" etc.
--
Oleg
tech1 wrote:
Hi, Is it possible to use custom icon sizes with the CListCtrl.
MFC class. We need to support upto 96x96 for the higher DPIs.
m_listctrl.SetImageList(m_pImageList, LVSIL_NORMAL);
I've assumed the LVSIL_NORMAL is only for 32x32. So how do i use
larger icons?
- References:
- Icon size with CListCtrl
- From: tech1
- Icon size with CListCtrl
- Prev by Date: HTTP 1.1 - "Transfer-Content-Encoding: chunked" - Support on PPC (EVC4.0)
- Next by Date: convert double in single byte
- Previous by thread: Icon size with CListCtrl
- Next by thread: HTTP 1.1 - "Transfer-Content-Encoding: chunked" - Support on PPC (EVC4.0)
- Index(es):