ComponentFactory.Krypton.Toolkit.ViewLayoutScrollViewport.DockerLayout C# (CSharp) Method

DockerLayout() protected method

Ask the base docker element to perform a layout.
protected DockerLayout ( ViewLayoutContext context ) : void
context ViewLayoutContext
return void
        protected void DockerLayout(ViewLayoutContext context)
        {
            // Get base class to perform actual layout
            base.Layout(context);
        }