Layout of text/spacing changes in TextArea when clicking on it -
i have codenameone application has textarea should display multi-line text.
when run app in simulator , click on text-area, spacing between lines , possibly between characters change area text occupies shrinks bit.
why this? should prevent it?
that due switch our drawing native editing render things differently. e.g. things line spacing hard accurately every native device.
textarea
has setrowsgap
method allows specify spacing between rows in pixels since differs between os's not ideal.
Comments
Post a Comment