HorizontalListLayout Class
Layout class that can be used to visualize any number of ElementViewModel instances as a horizontal list with resize controls.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Class HorizontalListLayout _
Inherits ViewModel _
Implements INotifyPropertyChanged
public class HorizontalListLayout : ViewModel,
INotifyPropertyChanged
public ref class HorizontalListLayout : public ViewModel,
INotifyPropertyChanged
public class HorizontalListLayout extends ViewModel implements INotifyPropertyChanged
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ViewModel
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.HorizontalListLayout
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace