Hi,
In the about dialog I am working on, I have some text which needs to
wrap over 2 or more lines.
The control is a vcl::FixedText, however the issue is that this control
(AFAIK) cannot wrap text.
I have tried to therefore use a MultiLineEdit
(svtools/inc/svtools/svmedit.hxx) however the issue with this is that
the text always has a white background - I need the control to have a
transparent background, something I can do with a FixedText with
aFixedText.SetBackground();
So basically my question is, is there a way to wrap text on a FixedText,
or make the background on a MultiLinEdit transparent (or is there a
better text control I can use?)
Thanks
--
Andrew
Context
- Issue with vcl Text Control · Andrew Higginson
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.