I have a text box with an GetValue event:
e.Value = NumberToString("0") + " ";
But the space are cut off in the preview. Was must I do to show the spaces again?
Thanks
Spaces
Spaces
Sorry, but gdi+ which we are using for drawing removes spaces. Try to use property Margins of Text component.EDV wrote:I have a text box with an GetValue event:
e.Value = NumberToString("0") + " ";
But the space are cut off in the preview. Was must I do to show the spaces again?
Thanks
Thanks.