TreeView Control
-
Is there any way to increase the Height of treeview control's items? Thank You.
-
Is there any way to increase the Height of treeview control's items? Thank You.
TreeView_SetItemHeight[^] for pure Win32 CTreeCtrl::SetItemHeight[^] if you're using MFC
-
TreeView_SetItemHeight[^] for pure Win32 CTreeCtrl::SetItemHeight[^] if you're using MFC
Thank you for the Reply. As I am working on Windows Mobile 6.0 Application. It is not working for me. Thank you, is there any other solution?
-
Thank you for the Reply. As I am working on Windows Mobile 6.0 Application. It is not working for me. Thank you, is there any other solution?
There's a Treeview.ItemHeight property which you can set - hopefully that's available on Win Mobile as well.
There are three kinds of people in the world - those who can count and those who can't...
-
There's a Treeview.ItemHeight property which you can set - hopefully that's available on Win Mobile as well.
There are three kinds of people in the world - those who can count and those who can't...
No such a property available on windows mobile. Thank you,
-
No such a property available on windows mobile. Thank you,
Ah - sorry. It may have been removed on the mobile platform to keep the control layout consistent.
There are three kinds of people in the world - those who can count and those who can't...
-
Is there any way to increase the Height of treeview control's items? Thank You.
See the message
TVM_SETITEMSPACING
in your Windows Mobile 6 SDK documentation or in http://msdn.microsoft.com/en-us/library/aa932369.aspx[^] cheers, AR