Tableview: Resizable Columns with Labels

Version: 5.2.4 - build 1006

We use labels to display data in our tableviews to have access to the ‘onDoubleClick’ method (which fields do not have). We would like the user to be able to dynamically resize the label column widths, so we set all the label anchors to left + right as is required for resizable fields. However, the labels do not resize. When moving the cursor over adjoining label boundaries, the cursor changes to the combination left arrow-right arrow, but the labels will not expand or collapse.

Does setting the anchors to left + right only work for fields and not labels? Any suggestions on how to make this work?

Thanks!

did you set the horizontal scrollbar of the form to ‘never’?

Thanks for the suggestion, Marc. I have two forms that are similarly named and was changing one and viewing the other. It turns out that setting the label anchors to left + right works, regardless of the horizontal scroll bar setting. Sorry for the mis-post!