Hi all,
In Microsoft Word you get a quick formating box when you select the text in the document which is half visible.
I want to do same operation in a WPF application, when user select some text in textbox he should be able to see some options on a custom control which will be half visible initially and when user moves on it it will be completly visible.
Is it possible in WPF by default? If not how i can do this in WPF? Any link or document related to this will help me.
Thanks in advance,
IamHuM