C# Class RatChat.Controls.ChatsControl

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

Public Methods

Method Description
ChatsControl ( ) : System
GetChatHeightByIndex ( int Index ) : double
SetChatHeightByIndex ( int Index, double Height ) : void

Private Methods

Method 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 method

public ChatsControl ( ) : System
return System

GetChatHeightByIndex() public method

public GetChatHeightByIndex ( int Index ) : double
Index int
return double

SetChatHeightByIndex() public method

public SetChatHeightByIndex ( int Index, double Height ) : void
Index int
Height double
return void