table properties

General TRichView support forum. Please post your questions here
Post Reply
Ceprotec
Posts: 259
Joined: Thu Oct 28, 2010 6:09 pm
Contact:

table properties

Post by Ceprotec »

Hello Sergey.

When we insert a table (TRVTableItemInfo) and will inserting or removing data from it, it grows and decreases its size automobile, right.
But I need to create a table with a standard size, with maximum height and minimum already defined. Regardless of how data is placed, it can not grow or diminish. I know there's a property to manipulate when the table is already created that places the minimum height. But I need to create it already set these values​​. Can you help me?

Thank you!
Sergey Tkachenko
Site Admin
Posts: 17559
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

You can include rvtoIgnoreContentWidth and rvtoIgnoreContentHeight in table.Options. After that, the table size will be calculated basing only BestWidth and BestHeight properties of table cells.
Ceprotec
Posts: 259
Joined: Thu Oct 28, 2010 6:09 pm
Contact:

Post by Ceprotec »

Do you have examples or a manual talking about the use of tables and all properties?
Post Reply