ClassChatMessagesViewItemScroller
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class ChatMessagesViewItemScroller : ItemScroller<BaseChatDataItem>, IEnumerable, IDisposable
Inheritance: objectItemScroller<BaseChatDataItem>ChatMessagesViewItemScroller
Implements:
Inherited Members
Constructors
ChatMessagesViewItemScroller()
Declaration
cs-api-definition
public ChatMessagesViewItemScroller()
Methods
UpdateScrollRange()
Updates the scroll range.
Declaration
cs-api-definition
public override void UpdateScrollRange()
Overrides
UpdateScrollStep()
Updates the scroll step.
Declaration
cs-api-definition
public override void UpdateScrollStep()
Overrides