Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread PagePanel Tab blank space
Wed, Dec 9 2015 3:56 PMPermanent Link

Trinione

I am hiding all PagePanel Tabs and accessing the pages via button clicks.

I have that working fine. However, setting all of the Tabs.Visible := False leaves a space where the Tabs would have displayed.

Right now I am setting the PagePanel.Top := container.Top - 32.

It repositions it, however this does not feel like the proper way to handle this. Would -32 work on all display resolutions and sizes for example?

Could this be a new property - 'Hide All Tabs' and it not show the space where the tabs would have appeared?
Thu, Dec 10 2015 4:31 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

<< Could this be a new property - 'Hide All Tabs' and it not show the space where the tabs would have appeared? >>

No, I'm going to do a new control that allows for paged panels without the tabs.  Trying to force the TPagePanel into working like that is just not going to work because it wasn't designed to behave like that (tabs will keep popping up in places that you don't want during page creation, etc.).

Tim Young
Elevate Software
www.elevatesoft.com
Wed, Dec 16 2015 5:09 PMPermanent Link

Trinione

<< No, I'm going to do a new control that allows for paged panels without the tabs.>>

Yep. That would work thanks.
Image