Hi,
PRTreeView display sub items using the order of the children dictionary.
A dictionary has no order, therefore items are shuffled. I would like to
have sub items in the order in which I added them or, better, having a
component to let me give my order.
What is the best solution ?
I thought of a 'priority' property for structures. This priority would
then be used to sort the elements.