I have a SplitView
and inside this split view I have two elements (Rectangle
(users) and one Item
that contains a ColumnLayout
(processes) ).
User can choose if he would like to see users or not. If he doesn't want to see users, then, I set rectangle width to 0 and he is able to see only processes, but problem is that in that window, there are two borders.
One is from window, one is from SplitView
.
Any idea how can I get rid of these double border?