Hi I would like to create a listbox, with a details pop-up/tooltip kind of window. Scenario is as following:
- List of items
- Show details of selected item
- Details should be displayed outside the listbox and overlaying any controls that happens to be nearby.
The problem about using tooltips is that they disappear after a while. And the problem about using pop-ups is that they do not move, when the window moves (?)
So I'm just looking for some pointers on how to solve this.