Multiline label Unicode |
Post Reply |
Author | |
Carrichino
Newbie Joined: 22 May 2011 Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 22 May 2011 at 11:04am |
Hi, sorry for the stupid question.
But I have a Unicode label with codejock control 15.0.2 and I have a question.
Is multiline this label ?
because In my old appliacation I use VB6 label and this code...
Label1.caption = "Hello" _
& "I am Carrichino" _ & "Bye Bye"
And I see in multiline in a label.
But with the new Codejock label I don't see in multiline..... Is there a tips ? thank
|
|
SeungMina
Groupie Joined: 04 November 2010 Status: Offline Points: 12 |
Post Options
Thanks(0)
|
In the VB6 Label, use the "Multiline" property.
In the CodeJock Label, use the "WordWrap" property instead. However, if you also use "AutoSize" - I have found that the WordWrap behaviour in the CodeJock control is not exactly the same as the Multiline behaviour in the VB6 label, see here. |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |