C# Class iNGen.Views.ChatView

Inheritance: System.Windows.Controls.UserControl
ファイルを表示 Open project: prom3theu5/iNGEN-Ark-RCON-Desktop

Public Properties

Property Type Description
messages ObservableCollection

Public Methods

Method Description
ChatView ( ) : System
ScrollConversationToEnd ( ) : void

Private Methods

Method Description
OnVerticalOffsetChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnVerticalOffsetChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

ChatView() public method

public ChatView ( ) : System
return System

ScrollConversationToEnd() public method

public ScrollConversationToEnd ( ) : void
return void

Property Details

messages public_oe property

public ObservableCollection messages
return ObservableCollection