Copy link to clipboard
Copied
Hi everyone,
I've created a palette that contains a listBox containing several columns with info in them.
Due to the width of the info the user may have to resize columns as desired.
The palette has a refresh button that reloads the info in the listBox - this works ok when it comes to reloading the info. The only slight niggle is that if the user has adjusted the column widths they are reset when the refresh button is used.
Is there a way of remembering the column widths, and re-applying them, when the user clicks the refresh button?
Thanks š
Copy link to clipboard
Copied
No, unfortunately that's not possible.
Copy link to clipboard
Copied
Hi Peter,
Thanks for the help and thank you too for the ScriptUI guide, it's been really useful.
Pity about the column widths, I may rethink the layout of the listBox.
Thanks once again Peter.