BootBlock / Hiroix-Framework

A C# application development framework.
http://hiroix.com
0 stars 0 forks source link

Use VerticalTabPage.Hidden to determine visibility within VerticalTabControlTabs #11

Closed BootBlock closed 3 years ago

BootBlock commented 3 years ago

There isn't currently a way to hide a VerticalTabPage within the tabs list; make use of the existing VerticalTabPage.Visible property to set the visible state.

BootBlock commented 3 years ago

Can't use Visible as it contains .NET-specific logic. Instead, added a Hidden property which also fixes the "true actually means a negative effect" issue with the originally-proposed Visible property.

BootBlock commented 3 years ago

Having a visual indicator that a VerticalTabPage is hidden while in the designer would be nice, but closing this issue as it's done for now.