Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
480
ContentPane with RichTextBox
posted

Hi,

When placing a RichTextBox inside a ContentPane, the functionality selecting a text typed inside the RichTextBox works fine. But when right clicking on the selected text and invoking the context menu the selection on the text gets unselected. And again after the context menu is dismissed the text selection that was lost gets selected again.

This is not the behavior when placing the RichTextBox on a StackPanel or a Grid.

Is this an intended behavior or a bug in ContentPane. Is there a workaround to resolve this issue.

-Alex