private UiElement GetUiElementByIdx(int idx) { var item = uiNode.GetChildByIdx(idx); return(new UiElement(item, this)); }