|
-
July 12th, 2012, 04:30 AM
#1
How to get the general default height of a CListbox item?
Hello,
how can I get the height of a item in a standard CListBox?
Is there something like GetSystemMetrics for that?
I want to create a customized listbox with the standard height!
thx.
-
July 12th, 2012, 05:03 AM
#2
Re: How to get the general default height of a CListbox item?
The item height for non-overdrawn listbox depends on the font used by the control. So there is no anything "like GetSystemMetrics for that".
BTW, did you try CListBox::GetItemHeight?
Victor Nijegorodov
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|