C# Class iNGen.Views.ChatView

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: prom3theu5/iNGEN-Ark-RCON-Desktop

Méthodes publiques

Свойство Type Description
messages ObservableCollection

Méthodes publiques

Méthode Description
ChatView ( ) : System
ScrollConversationToEnd ( ) : void

Private Methods

Méthode Description
OnVerticalOffsetChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnVerticalOffsetChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

ChatView() public méthode

public ChatView ( ) : System
Résultat System

ScrollConversationToEnd() public méthode

public ScrollConversationToEnd ( ) : void
Résultat void

Property Details

messages public_oe property

public ObservableCollection messages
Résultat ObservableCollection