Page 1 of 1

Join cells of StiTable

Posted: Thu Jan 17, 2013 12:26 pm
by simgschw
Hi,

I've already read the post of
Merge / Join StiTable Cells
but this post was not very helpful.

I tried joining in c# as it is done in the designer but this solution concerning the table width settings is not as flexible as I wanted to be.

Can you please show an example how joining cells works?

As a starting position the table has 4 cols with 4 rows.

The initial table looks like this:
initial_table.jpg
initial_table.jpg (5.74 KiB) Viewed 1006 times
Joining Width is not equal for each row. After joining table should look like this:
joined_table.jpg
joined_table.jpg (5.56 KiB) Viewed 1006 times

I would prefer if you don't answer my question with refering to anohter sample project. Please post the c# code you would use.


Thanks in advance.

Re: Join cells of StiTable

Posted: Thu Jan 17, 2013 1:10 pm
by HighAley
Hello.

You could create such table in the Designer and look at the Code tab.
The attached files are got from there. If you will compare the you will find out how to create the table with joined cells.

Thank you.