Is it possible to show a popover at the mouse position?
I am trying to achieve this when a user “DoublePressed” a cell in a listbox but i am at a loss on where to start.
All i have in the DoublePressed event is,
Var c As New Popover1 // Container
c.ShowPopover(Listbox1)
This shows the popover at the bottom of the listbox (Listbox is locked to bottom) and displays outside the window.
Any help would be greatly appreciated!
Robin
4 posts - 3 participants