RowDefinitions Class

Summary

A collection of RowDefinitions.
Namespace
Avalonia.Controls
Interfaces
Base Types
RowDefinitions
DefinitionList
AvaloniaList
object
IAvaloniaList
IList
ICollection
IAvaloniaReadOnlyList
IReadOnlyList
IReadOnlyCollection
IEnumerable
INotifyCollectionChanged
INotifyPropertyChanged
IList
ICollection
IEnumerable

Syntax

public class RowDefinitions : DefinitionList<RowDefinition>, IAvaloniaList<RowDefinition>, 
    IList<RowDefinition>, ICollection<RowDefinition>, IAvaloniaReadOnlyList<RowDefinition>, 
    IReadOnlyList<RowDefinition>, IReadOnlyCollection<RowDefinition>, IEnumerable<RowDefinition>, 
    INotifyCollectionChanged, INotifyPropertyChanged, IList, ICollection, IEnumerable, 
    INotifyCollectionChangedDebug

Constructors

Name Summary
RowDefinitions() Initializes a new instance of the RowDefinitions class.
RowDefinitions(string) Initializes a new instance of the RowDefinitions class.

Methods

Name Value Summary
Parse(string) RowDefinitions
Parses a string representation of row definitions collection.
static

Extension Methods

Name Value Summary
CreateDerivedList<RowDefinition, TDerived>(Func<RowDefinition, TDerived>) IAvaloniaReadOnlyList<TDerived>
ForEachItem<RowDefinition>(Action<int, RowDefinition>, Action<int, RowDefinition>, Action, bool) IDisposable
Invokes an action for each item in a collection and subsequently each item added or removed from the collection.
ForEachItem<RowDefinition>(Action<RowDefinition>, Action<RowDefinition>, Action, bool) IDisposable
Invokes an action for each item in a collection and subsequently each item added or removed from the collection.
TrackItemPropertyChanged<RowDefinition>(Action<Tuple<object, PropertyChangedEventArgs>>) IDisposable
Listens for property changed events from all items in a collection.