Skip to Content
0
Former Member
Oct 25, 2005 at 05:32 AM

Make UI element Visible/Invisible dynamically.

117 Views

Hi,

I want to make invisible the Column of the table dynamically on press of a button.

I had set the Visible property of the Column with with context attribute of type visibility and wrote this in

wdDoModifyView method,

wdThis.wdGetContext().currentContextElement().setColVis(WDVisibility.VISIBLE);

But how do I call wdDoModifyView method on click of that button.

Regards,

Prakash