Hi Iata I,
I will start with that, the question is not directly related to the feedback item. I would suggest opening a forum thread and posting your question there.
As for your question, the text in the messages is wrapped by default. Longer messages will fit into the width of the control. Horizontal scrollbars are not shown by default due to this functionality. You can elaborate more on why horizontal scrollbars are required in your scenario.
Regards,
Dinko | Tech Support Engineer
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
Hi Team,
How we can display horizontal scrollbar to ChatMessageViewElement. Vertical scrollbar is displaying automatically. But horizontal scrollbar is not displaying. I tried below ways, but it is not working -
var chatMessagesViewElement = this.ChatElement.MessagesViewElement;
chatMessagesViewElement.HScrollBar.Visibility = ElementVisibility.Visible;
chatMessagesViewElement.Scroller.Scrollbar.StretchHorizontally = true;
Hello,
A fix will be introduced in Telerik UI for WinForms R3 2019.
Now the ScrollToItem method call on the Scroller is working so that the end user can scroll to a particular message.
this
.radChat1.ChatElement.MessagesViewElement.Scroller.ScrollToItem(
this
.radChat1.ChatElement.MessagesViewElement.Items[5])
Regards,
Progress TelerikRadChat for Winforms
I have also updated your Telerik points.
Regards,