I have a richtextbox and inside I have a listbox. I would like the listbox to be positioned just underneath the caret and to move as the caret moves.
How can I do this?
Should I manipulate the first two values of listBox.Margin and how?
Thank you!
Here’s what I would do (replace my Rectangle with your ListBox):