Column width in a table

Stimulsoft Reports.NET discussion
Post Reply
Summit
Posts: 19
Joined: Wed Oct 02, 2013 10:06 am

Column width in a table

Post by Summit »

Hello!
I have a problem with StiTable component. I initialize it from code and I want to set the widths of several columns, but when i set the value of Width property of StiTableCell, it''s only that cell's width that is changed, not the whole column's. I want to set the whole column's width from code via StiTable object or StiTableCell or something else. It's easily done via designer, but I need to do it from code. How to do this?
P.S. Please, don't offer me to use DataBand, it's exactly StiTable that I need.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Column width in a table

Post by Alex K. »

Hello,

It is difficult to implement from your code. Please try to use the DataBand component for this task.

Thank you.
Post Reply