Controls in TRichView and its height
Posted: Fri Jan 18, 2008 2:35 pm
Hello,
if I'm inserting controls to a TRichViewEdit and set its height to a value, it is showing in this height. If I start TRichViewEdit again with this RichView Document, the height is changed (I think it is a standard value).
On TEdit I was able to solve this (I've set the AutoSize to False). Then it worked.
But for example the TCombobox has no such property AutoSize. The TCombobox changes its height every time I've load the document in a TRichView or TRichViewEdit. How can I solve this problem?
Best wishes
Bernhard
if I'm inserting controls to a TRichViewEdit and set its height to a value, it is showing in this height. If I start TRichViewEdit again with this RichView Document, the height is changed (I think it is a standard value).
On TEdit I was able to solve this (I've set the AutoSize to False). Then it worked.
But for example the TCombobox has no such property AutoSize. The TCombobox changes its height every time I've load the document in a TRichView or TRichViewEdit. How can I solve this problem?
Best wishes
Bernhard