ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupGallery.SetSolutionSize C# (CSharp) 메소드

SetSolutionSize() 공개 메소드

Update the group with the provided sizing solution.
public SetSolutionSize ( ItemSizeWidth size ) : void
size ItemSizeWidth Value for the container.
리턴 void
        public void SetSolutionSize(ItemSizeWidth size)
        {
            // Update the container definition
            _ribbonGallery.ItemSizeCurrent = size.GroupItemSize;
            _ribbonGallery.InternalItemCount = size.Tag;
            _viewLarge.Visible = (size.GroupItemSize == GroupItemSize.Small);
        }