Disable Form Border Root › Technical support › Tricks This topic has 4 replies, 3 voices, and was last updated 7 years, 11 months ago by Support. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts December 17, 2016 at 1:28 am #37255 NuLLCoDeParticipant Hi, in my case I show new form in TPanel in main form. I want to disable border of form in TPanel… how can do this? When I put SkinProvider on form and set DrawClientArea to FALSE, border is disabled but look of form is basic look… I want to stay Alpha Theme look. Thanks December 18, 2016 at 7:28 am #55944 Gregory.PParticipant Form BorderStyle = bsNone; December 18, 2016 at 1:28 pm #55946 NuLLCoDeParticipant 'Gregory.P' wrote: Form BorderStyle = bsNone; BorderStyle = bsNone but still alpha controls shows border. December 19, 2016 at 6:33 am #55947 Gregory.PParticipant 'NuLLCoDe' wrote: BorderStyle = bsNone but still alpha controls shows border. Yes indeed 😐 December 19, 2016 at 1:17 pm #55948 SupportKeymaster Hello Maybe you should change bevels of the panel to bvNone also? Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Tricks