cancel
Showing results for 
Search instead for 
Did you mean: 

OVS Table Column Width Change

Former Member
0 Kudos

Hi All,

Is there any way I can change the width of OVS window,output table column width, input fields alignment etc?

Thanks and Regards,

Smita Das.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

I'm looking for info on this as well.

It is easy enough to set the column label via IWDAttributeInfo.getModifiableSimpleType().setColumnLabel() which is picked up in the table. However, I've tried using some of the other methods such as setLength() and setMaxLength() on the simple type to hopefully limit the width/number of chars displayed in the table column, but no luck here.

At this point I'll just have to resort to truncating the string if it's over a certain length, but it sure would be nice if you could give the table a hint on the desired length of the string.