79698624

Date: 2025-07-11 16:40:32
Score: 0.5
Natty:
Report link

Found this post which helped me remove the border line.

Basically, the TabControl has embedded a hardcoded Border control right beneath its TabPanel control. The style for this Border control needs to be overridden to remove the border line (i.e. make transparent). And using the same style that I used for TabItem, setting the visibility to Collapsed will hide the tabs.

This is working well for me.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Faraz Azhar