Accordion.Forms.AccordionControl.CreateStacklayout C# (CSharp) Method

CreateStacklayout() public method

public CreateStacklayout ( ) : void
return void
        void CreateStacklayout()
        {
            m_cellStackLayout = new StackLayout()
            {
                BackgroundColor = DefaultButtonBackgroundColor,
                Orientation = StackOrientation.Vertical,
                Spacing = 0
            };
        }