WebListBox Hide & Unhide Problem

Using Xojo 2016 r4.1, I had hide a WebListBox and unhide it but found that the column is out of alignment. Please see attached screen shot.link text

May I know where did I do wrong?

I had also attached the sample project for your review

Thank you.

Placing the WebListBox in a WebContainer, hide and unhide the WebContainer did the trick.

Column misalignment in WebListBox is a known issue with percentage based widths. The basic workaround is to use pixel defined widths. I believe somebody got clever and figured out how to trick it into behaving with percentage based widths, but you’d have to search the forum for it.

<https://xojo.com/issue/44591>

Hello Tim, thanks for the update.