Making a TPageControl flat in Delphi 7

后端 未结 4 1404
小鲜肉
小鲜肉 2021-02-15 16:19

I don\'t know whether this question can be answered here, but I hope it will. I wrote a simple text editor in Delphi 7 that serves as my primary IDE for writing C code under Win

4条回答
  •  礼貌的吻别
    2021-02-15 16:49

    Drop two TPageControls, one with tabs as Tabs, with a global height equal to the tabs, and one with flatbuttons and Tabvisible properties set to false, which would be aligned under the first one. Then make sure the tab change on the first TPagecontrol makes the tabs also change in the second one.

提交回复
热议问题