|
Re: Change Column width by user ? in Run time ? like Excel [message #405990 is a reply to message #405860] |
Mon, 01 June 2009 07:13 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
cookiemonster
Messages: 13963 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
Theoretically yes but it's almost certainly more trouble than it's worth.
Item widths can be set programatically using set_item_property. You'd need a button(s) to issue the commands.
But if you increase the width of the 1st column (item) you'd then need to move all the other items to the right (change their x_position) to accomodate it.
The code will get very messy very quickly.
|
|
|
|