Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
170
How to use RowLayoutColumnInfo programmatically
posted

I'm trying to build a table dynamically where arbitrary cell could potentially span any number of rows/columns.. effectively being able to format a table like below

* *
* *
* *

with each cell (along with label text) represented via the asterisk.

I tried to acheive this via the OriginX, Y and the SpanX, Y properties of each RowLayoutColumnInfo, but the result always seem to disagree with my expectation.

Can someone please provide a simple implementation of the table above?  Plus any info on why the final renderings would be different from these settings, will be appreciated.

 

Parents Reply Children
No Data