I am simulating a multi-column combobox by introducing spaces between each column, such that all rows for the 3 columns should appear in a single line.
The gap in this implementation is that due to the varying widths of characters, this spacing technique does not work.
How to set the combobox characters to have the same width?
The other approach is to calculate the width occupied by characters in each column and then set the start position of the next column. How to achieve this?
Your help is appreciate in advance.