Bug? CustomView; Nodes placed out of bounds of Base Pane still visible(?)

Cableguy

Expert
Licensed User
Longtime User
Hi EREL

I am creating a Custom View and dynamically adding a series of contiguous labels...
In my logic, only the labels that were inside the visible bounds of the Base Pane should be visible, but this is not true.

upload_2017-11-12_14-22-7.png

Is the Base Pane being stretched to accommodate the added views??
 

Cableguy

Expert
Licensed User
Longtime User
Only panes added with the designer or with XUI.CreatePanel, clip the child views.
SO, since I am adding to the Base Pane, that is added in the designer using the CustomView node, should clip the Labels that are added to it (childs)
 
Top