Page 1 of 1

table properties

Posted: Mon Jun 27, 2011 1:10 pm
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!

Posted: Tue Jun 28, 2011 2:41 pm
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.

Posted: Wed Jun 29, 2011 12:52 pm
by Ceprotec
Do you have examples or a manual talking about the use of tables and all properties?

Posted: Wed Jun 29, 2011 7:03 pm
by Sergey Tkachenko