I've just decided that I want a comboBox to choose fields by which to sort a table. So I want to sort Asc or Desc. The easiest way to present that is to use the triangles facing up or down like File Explorer "▲" and "▼".
I found these two characters in CharMap and pasted them into my code where the values would be tested and they show up there just as expected.
Unfortunately in the application, on desktop or device, the arrows show up as default empty rectangles.
Is there any way of getting the appearance that I want in the comboBox?
Mike.
I found these two characters in CharMap and pasted them into my code where the values would be tested and they show up there just as expected.
Unfortunately in the application, on desktop or device, the arrows show up as default empty rectangles.
Is there any way of getting the appearance that I want in the comboBox?
Mike.