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!