ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ListViewerPanel Class / CalculateExtentSize Method

In This Topic
    CalculateExtentSize Method (C1ListViewerPanel)
    In This Topic
    Calculates the extent size which determine the size of the panel.
    Syntax
    'Declaration
     
    Protected Overridable Function CalculateExtentSize() As Windows.Foundation.Size
    protected virtual Windows.Foundation.Size CalculateExtentSize()
    See Also