I create panel custom view, but none object added in it.
my panel custom view code :
Public Sub DesignerCreateView (Base As Panel, Lbl As Label, Props As Map)
mBase.Initialize("mBase")
mBase = Base
Base.AddView(mBase,0,0,Base.Width,Base.Height)
Log(Props.Get("Elevation"))...