Share via


ListLayout Class

Layout class used to display a vertical list of ViewModel's.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Class ListLayout _
    Inherits ViewModel
public class ListLayout : ViewModel
public ref class ListLayout : public ViewModel
public class ListLayout extends ViewModel

Remarks

For a vertical list of ElementViewModel instances use ElementListLayout, which will honor the collection change events for the displayed list.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ViewModel
    Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ListLayout

See Also

ListLayout Members

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ElementListLayout

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.TwoVerticalsLayout

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ThreeVerticalVisualsLayout