cancel
Showing results for 
Search instead for 
Did you mean: 

setting column count dynamically for a Group

Former Member
0 Kudos

Hi Experts,

i want to set the column count dynamically for a group.

Thnks,

Ramani.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You probably mean you want to change the colCount value for a GridLayout (assigned to a Group), right?

To change this property from a view controller method, you can

- create a boolean context attribute "changeColCount" and set it to true in the controller method

- check this flag in method wdDoModifyView(), access the GridLayout instance and change the colCount value

- reset the flag afterwards

Armin

Answers (1)

Answers (1)

chander_kararia4
Contributor
0 Kudos

Hi Ramani,

I do not think It is possible. We'll you can tell your exact requirement which lead you to this decision. Things can be worked around. Thanks

Regards

Chander Kararia