This is part of screenshot of my application:
I need to do following things:
- remove lines separating collapsed panels
- remove line on bottom border of expanded panel
The lines I am talking about are highlighted by character '!' in image.
This is part of screenshot of my application:
I need to do following things:
The lines I am talking about are highlighted by character '!' in image.
I accomplished the second task by creating formal descendent class of TCategoryPanel:
The goal is to change visibility of BevelWidth property from protected to public. Now we can set bevel width to zero for example like this (code is called from parent form class):