redundant border in NSStackview

244 views Asked by At

Good morning :)

I working with swift 4 for macOS and play the first time with NSStackViews. I build a litte example:

  • NStackView
  • includes three NSBoxes
  • all boxes have a 1px border (different colors), which i setted via Storyboard.

The "beautiful" result:

enter image description here

I tried to show my problem in this picture. You can see that the first box has a blue, the second a green and the third a orange border.

In this case I have every time two border between the boxes. Example: Between the first and second box i have a blue/green border.

Is it possible to set only one border side? Something like: only top border or only left border?

0

There are 0 answers