This is a migrated thread and some comments may be shown as answers.

How to disable ConversationView scrolling?

3 Answers 45 Views
ConversationView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Fela
Top achievements
Rank 1
Fela asked on 13 Apr 2013, 03:09 AM
I have inserted a ConversationView inside a ScrollViewer and I need to disable the scrolling of ConversationView. I tried with ScrollViewer.VerticalScrollBarVisibility = "Disabled" but had no effect. How can I do? Thanks and sorry for my english

3 Answers, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 13 Apr 2013, 08:27 AM
Hi Fela,

You can try setting IsHitTestVisible to false on the conversation view. 

Regards,
Victor
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
Fela
Top achievements
Rank 1
answered on 13 Apr 2013, 12:52 PM
Thanks Victor, this is perfect as a temporary solution. But the end user must be able to interact with the messages (they do appear a contextmenu). How can I do? Can I find in some way the radjumplist inside and disable the scrolling of that?
0
Fela
Top achievements
Rank 1
answered on 13 Apr 2013, 01:34 PM
I solved it by creating a template using the source and setting ScrollViewer.VerticalScrollBarVisibility = "Disabled" on the jumplist. Thanks anyway Victor
Tags
ConversationView
Asked by
Fela
Top achievements
Rank 1
Answers by
Victor
Telerik team
Fela
Top achievements
Rank 1
Share this question
or