PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → [WB23] Control with MultiLine Text
[WB23] Control with MultiLine Text
Débuté par ARV, 19 juin 2018 17:24 - 3 réponses
Membre enregistré
498 messages
Popularité : +8 (8 votes)
Posté le 19 juin 2018 - 17:24
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
Membre enregistré
27 messages
Posté le 21 juin 2018 - 08:13
Hi Jose,

I use a Static Control for that.

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

Regards Henk
Message modifié, 21 juin 2018 - 08:43
Membre enregistré
498 messages
Popularité : +8 (8 votes)
Posté le 21 juin 2018 - 20:55
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
Membre enregistré
498 messages
Popularité : +8 (8 votes)
Posté le 21 juin 2018 - 21:53
Hi

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

--
Best Regards
Jose