I would like to use XCustomListView without (I stress without) the Designer.
I am able to add panels without using the Designer.
But I can't understand the statment
In other words, I would NOT like to follow Erel's directions that involve using the Designer. I would like to do everything with code.
Thanks in advance
I am able to add panels without using the Designer.
B4X:
Dim p As B4XView = xui.CreatePanel ("")
....
clv2.initialize (VCallBack as object, vEventName as string) as string
In other words, I would NOT like to follow Erel's directions that involve using the Designer. I would like to do everything with code.
It's possible ?Customviews should be loaded from a layout.
You can create a layout with just the xclv and use this layout whenever you need a clv.
Thanks in advance