Exemplo n.º 1
0
        /// <summary>
        /// Occurs when the pages panel bounds were changed
        /// </summary>
        /// <param name="bounds">new bounds</param>
        protected override void OnPagesPanelBoundsChanged(Rectangle bounds)
        {
            if (PagesPanel != null)
            {
                PagesPanel.SetBounds(bounds.X, bounds.Y, bounds.Width, bounds.Height);
                OnSelectedIndexSet(EventArgs.Empty);
            }

            base.OnPagesPanelBoundsChanged(bounds);
        }