Doesn't work with TreeView controls on the device (NullReferenceException thrown). Works fine on desktop.
Code:
Sub App_Start
objMain.New1(False)
objMain.Value = tvMain.ControlRef
objMain.SetProperty("Sorted", "True")
frmMain.Show
End Sub
Same outcome with:
Code:
objMain.FromControl("tvMain")
objMain.FromControl(tvMain.ControlRef)