C# Class RatChat.Controls.ChatsControl

Interaction logic for ChatsControl.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: JustOxlamon/Sc2tvChatPub Class Usage Examples

Méthodes publiques

Méthode Description
ChatsControl ( ) : System
GetChatHeightByIndex ( int Index ) : double
SetChatHeightByIndex ( int Index, double Height ) : void

Private Methods

Méthode Description
AddSplitters ( ) : void
ChatsControl_DataContextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
DataContextCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
OrderItems ( IList list ) : void
SetRows ( int Count ) : void
UpdateOnReset ( ICollection collection ) : void

Method Details

ChatsControl() public méthode

public ChatsControl ( ) : System
Résultat System

GetChatHeightByIndex() public méthode

public GetChatHeightByIndex ( int Index ) : double
Index int
Résultat double

SetChatHeightByIndex() public méthode

public SetChatHeightByIndex ( int Index, double Height ) : void
Index int
Height double
Résultat void