Hi there,
I’m currently integrating the TMSFNCWXHTMLMemo component into our project as a notes editor and encountered a resize issue during implementation.
To better illustrate the issue, I’ve created a small demo project:
59. HTMLMemo.zip (2.2 MB)
In the demo:
- The TMSFNCWXHTMLMemo component has its Align property set to alRight.
- A panel is placed to the left of the memo, with its Align property set to alClient.
After compiling the project, I saw horizontal scroll bar appears on the bottom of main form:
then if scroll the bar to right a bit, I saw a vertical line inside the memo's content area:
If I type text into the HTMLmemo, a second scrollbar appears inside the memo:
Any idea about this?
Thanks