08-26-2025 02:23 AM
Hello,
Is there a way to set the text alignment in a Multicolumn Listbox for a complete row?
When I select an item, it's only possible to set this one item.
In the property notes can the cell aligment only be set for the active cell...
Since my Listbox is dynamically filled in one Call (ItemNames as array and the list can be really long), I don't want to parse the list each time with a for-loop to set the alignment ...
08-26-2025 02:39 AM
You can set -2 for the Active Cell.Column property. It selects all columns.
See the help for the Active Cell property.
08-26-2025 02:39 AM
You can use the ActiveCell property with -2 for the column.