Article
article
Reads:
1715
Score:
Problem
A Forum reader recently asked:
"While using MV Checkbox in UserApp, the different checkbox options are all coming on the same line. Can the options be shown on different lines?"
And here is the response from Wolfgang Schreiber ...
Solution
I just found out that in IDM 3.5.1 you can change the sort order by simply adding some hidden text (like an HTML comment) as a label prefix.
For example, you can try something like this:
Label ZZ Label YY Label AA
to keep items in this order.
As I indicated before, appending "" will show the items in a column instead of a row:
Label ZZ Label YY Label AA





0