Hi Reema,
Thanks for your response. But I am not dealing with the RichTextBox Toolbar but my requirements is to handle RichTextBox and c1runs, I would like to know how to use commands/events for RichTextBox while implementing MVVM pattern.
Also on mouse hover/mouse move in rich text box over the text then I am showing one bubble control (kind of tooltip) which contains a canvas and some hyperlink buttons in the canvas. So the question is Do we need to design a view/viewmodel for the canvas, if so how can we bind that canvas(bubble) to the richtextbox on mouse hover/move in MVVM pattern.
Currently we are creating a dynamic control (canvas) and adding the bubble as children control. How to do the same using MVVM how can we add the canvas while mouse move/hover.
For RichTextBox how can we use the mouse move/hover events using MVVM pattern.
Thanks in advance,
Naveen.S