Example #1
0
        /// <summary>
        /// Perform actions required after the create of hierarchy is completed
        /// </summary>
        public void PostCreate()
        {
            UpdateHeaders();
            UpdateStatePalettes();

            // Force buttons to be recreated in the headers
            _buttonManager.RecreateButtons();
        }
Example #2
0
 /// <summary>
 /// Recreate the buttons to reflect a change in selected page.
 /// </summary>
 public void UpdateButtons()
 {
     // Ensure buttons are recreated to reflect different page
     _buttonManager?.RecreateButtons();
 }