G
Guest
Hi there,
Given the string below:
string s = "hello\n" + "world" + "align me";
Button1.Text = s;
No matter what i try (with either the OpenNetCF ButtonEx control or the
standard one) i cannot get each line to center on the button.
Any ideas anyone?
Try it in windows forms (c#) and it works fine. I've tried all the text
alignment options.
Given the string below:
string s = "hello\n" + "world" + "align me";
Button1.Text = s;
No matter what i try (with either the OpenNetCF ButtonEx control or the
standard one) i cannot get each line to center on the button.
Any ideas anyone?
Try it in windows forms (c#) and it works fine. I've tried all the text
alignment options.