Delphi. Remove a border of TabSheet of PageControl

前端 未结 4 1541

Your help is needed.

Is it possible to remove a border of TabSheet (~4px)? I am using PageControl as a switch-panel instead of frames, windows etc. I want everything wil

4条回答
  •  误落风尘
    2021-02-05 19:52

    If you don't mind using third-party tools then the easiest solution would probably be to use TjvPageControl from JVCL. It has ClientBorderWidth property which you are looking for.

提交回复
热议问题