コード例 #1
0
        public override void DeferRender()
        {
            base.DeferRender();

            if (_active)
            {
                var box = _activeLabel.Box;
                box.y += box.height;
                _opened.Style.Set <float>(Styles.Width, InnerWidth);
                _opened.Position = box.Position;
                _opened.Draw();
            }
        }