If you have some text that contains Tab characters (not at the start of a paragraph). If I now vary the width of the RichEdit component, the width of the Tab characters change as well.
Bug or feature?
TRichViewEdit - Tab Characters
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
I received your video. I did not understand your initial question.
Tab characters work as expected.
Their width varies - this is by design.
Right sides of (left-aligned) tab characters are set to the closest "tab stop". So tab characters do not have their width defined.
If the paragraph does not have specified tab stops (in RVStyle.ParaStyles.Tabs), tab stops are set in every RVStyle.DefTabWidth pixels (or twips).
Tab characters work as expected.
Their width varies - this is by design.
Right sides of (left-aligned) tab characters are set to the closest "tab stop". So tab characters do not have their width defined.
If the paragraph does not have specified tab stops (in RVStyle.ParaStyles.Tabs), tab stops are set in every RVStyle.DefTabWidth pixels (or twips).