I don’t know if this issue:
https://tracker.xojo.com/xojoinc/xojo/-/issues/72681
relates to my question or not.
However, what I need is to display the icon in the column header instead of the text.
In the DataSource.ColumnData I have the code that populates the column heading:
col.Heading = vColumnDataStrArray(2) // the name that appears above the column in the header
Since the WebListBoxColumnData is not offering “icon” property, is it doable to formulate string for the col.Heading to display icon?
1 post - 1 participant