C#: Set ComboBox Height

Posted by thelost on Stack Overflow See other posts from Stack Overflow or by thelost
Published on 2010-03-30T12:39:32Z Indexed on 2010/03/30 12:43 UTC
Read the original article Hit count: 462

Filed under:
|
|
|
|

Hi guys,

I'm trying to set the Height of a ComboBox in C#.NET CF / WinCE6. So far I managed to do it by using the MessageWindow.SendMessage() with CB_SETITEMHEIGHT. The issue is the ComboBox gets to its initial Height when being clicked.

Is there a workaround for this ?

Thanks.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET