This question is locked. New answers and comments are not allowed.
Hi,
I would like to achieve this:
Placing a rectangle over RadRichTextBox is not a solution as I will loose the hyperlink feature (Even though I need this only in the read only mode).
I have tried:
Am I missing something or is it possible to get hold of the 'UIInlinesLayer' and set the cursor on each of its children.
Thanks
Nrupal
I would like to achieve this:
- Cursor should be of type Cursors.Hand on any area of the RadRichTextBox. (WHY?) The application I am creating requires good visual quality and the cursor jumping between an IBeam and Arrow/Hand is not acceptable.
- Should be able to set the Cursor to a value and it must hold the same value at all times.
- The setting a custom cursor is required only in the ReadOnly Mode.
Placing a rectangle over RadRichTextBox is not a solution as I will loose the hyperlink feature (Even though I need this only in the read only mode).
I have tried:
- Setting the cursor on all elements programmatically (Document, Document.Children and so on...)
- Setting the Cursor on all elements by walking down the visual tree (this, I haven't spent much time on but tried it). I wouldn't want to go this way as it takes a performance hit to do this.
Am I missing something or is it possible to get hold of the 'UIInlinesLayer' and set the cursor on each of its children.
Thanks
Nrupal