Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1TileListBoxPanel Class / VisibleColumnsCount Property

In This Topic
    VisibleColumnsCount Property (C1TileListBoxPanel)
    In This Topic
    Gets the number of visible columns or rows depending on the System.Windows.Controls.Orientation.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property VisibleColumnsCount As Integer
    public int VisibleColumnsCount {get;}
    See Also