vlang / ui

A cross-platform UI library written in V

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ui.label controls cannot wrap lines automatically

tzSharing opened this issue · comments

V version: 0.2.4 92bb292
UI version: 0.0.4
OS: Win10 64bit

What did you do?
Displaying string data using ui.label

What did you see instead?
ui.label controls cannot wrap lines automatically
搜狗截图20210917165717

Not a bug, Label does not have wordwrap.

@kahsa Okay, so how can I better use v.ui to display large paragraphs of text completely?

Currently, TextBox is in the process of implementing wordwrap.