MenuItem class

0
0

Hello, I am trying to change the height of MenuItem instances, but can not find appropriate property. Sample code:

var mi = new MenuItem()
{
Icon = button.Image,
Tag = button,
Enabled = button.Enabled,
Visible = true,
Name = “mi-” + button.Name,
Text = button.Text

};

By default the text has not enough space and is cropped.

  • You must to post comments
0
0

Hi Dmitry,

can you please provide the full test code ?
Either post it here or send it to frankATiceteagroup.com

What´s the button name and image property containing ?
What font are you using ?
What Wisej version are you using ?

Thanks in advance.

Best regards
Frank

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.