Skip to main content
Home Forums Silverlight Programming Silverlight Controls and Silverlight Toolkit Text Selection in RichTextBox based on Slider control
2 replies. Latest Post by Anagha27 on January 2, 2009.
(0)
pankajks...
Member
6 points
39 Posts
11-18-2008 7:01 AM |
Hello firends..........
I m designing one RichText Box control below that i m using slider control when I slide the vertical bar of slider control then no of letters inside richtextbox should be selected or disselected based on movement of vertical bar either To or Fro
How can be done this plz let me know using xaml & code behind .
Thanks a lot
Jonathan...
All-Star
24939 points
2,425 Posts
11-23-2008 9:41 AM |
Hi Pankajkshingane,
As far as I know, there is a Rich Text control on the CodePlex website. May that be a hint on your condition? I hope it helps.
pankajkshingane:I m designing one RichText Box control below that i m using slider control when I slide the vertical bar of slider control then no of letters inside richtextbox should be selected or disselected based on movement of vertical bar either To or Fro
We are confused by this. Since the letters should not be selected or disselected, what's its state? Would you please elabrate on it?
Best regards,
Jonathan
Anagha27
18 points
55 Posts
01-02-2009 1:55 AM |
Hii,I hav the same question, that I want to use a slider control on RichtextControl( The above link) ,in the way that when I will move the slider in right direction ,then the letters in the rich text will get select and as it will start moving to left ,the selection wil also remove. Can help?