Hello Everyone :)
so, I am creating a a little order screen as practice, and thinking how to go about doing a tree list view, once at the end of the child, such as sales, if the user clicks sales, in the list view, I want it to populate additional objects such as orders, customer etc.,
the question is, what is the best way to go about doing that? should i just hide the objects in the listbox, then when clicked, appear? OR
should i just have it create all the listbox objects like sales, customers etc.? and when the user clicks on Sales, an order screen will appear, or if they click on customers, the customer screen appears, what would you guys do?
thanks in advance.