ying32 / govcl

Cross-platform Go/Golang GUI library.
https://z-kit.cc
Apache License 2.0
2.25k stars 227 forks source link

TPageControl has no TabVisible property available #181

Closed nxshock closed 11 months ago

nxshock commented 11 months ago

I want to use TPageControl without visible tabs. In GoVCLDesigner TPageControl.TabVisible property is available, but I want to create app without GoVCLDesigner.

Can you make TPageControl.TabVisible available from source code?

ying32 commented 11 months ago

https://github.com/ying32/govcl/blob/master/samples/pagecontrolwizard/MainFormImpl.go

only windows.

nxshock commented 11 months ago

Confirmed, TTabSheet.SetTabVisible(false) for all of sheets does this job.