PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → [WB23] Control with MultiLine Text
[WB23] Control with MultiLine Text
Started by ARV, Jun., 19 2018 5:24 PM - 3 replies
Registered member
498 messages
Popularité : +8 (8 votes)
Posted on June, 19 2018 - 5:24 PM
Hi

I'm searching some control that could have some sort of multiLine text like an edit, but not like the one with a scrollbar and only show like 2 or 3 lines of text, I want the way that the edit increse it's height in order to keep showing the info the user is typing.

is it possible?

--
Best Regards
Jose
Registered member
27 messages
Posted on June, 21 2018 - 8:13 AM
Hi Jose,

I use a Static Control for that.

STC_MyControl = "this is line 1" + [CR] + "and this is line 2"

Regards Henk
Message modified, June, 21 2018 - 8:43 AM
Registered member
498 messages
Popularité : +8 (8 votes)
Posted on June, 21 2018 - 8:55 PM
Hi Henk Ouwejan

Yes it work but for my project it's not that effective, there's not another way to do this? like with auto wrap line or something like that?

--
Best Regards
Jose
Registered member
498 messages
Popularité : +8 (8 votes)
Posted on June, 21 2018 - 9:53 PM
Hi

also there's a function to calculate the height of a text?

--
Best Regards
Jose