Thx a lot, Erel - things are often easier as i think ;-):icon_clap:
Is there an easier/simplier way to create for those entries a checkbox for each as the Class from
Informatix ?
Must not be a check box, a visible feedback (like the touched row is marked by another color or so) in any way is enough.
Tried something out, but didn't work:
Sub MyPlanListView1_ItemLongClick (Position As Int, Value As Object)
MyPlanListView1.SingleLineLayout.Background = True
MyPlanListView1.SetSelection (Position)
MyPlanListView1.GetItem(Position)
MyPlanListView1.GetItem(Colors.Blue)
End Sub
This code changes the color of the whole Listview:
Dim ItemPosition As Int
MyPlanListView1.SetSelection (Position)
ItemPosition = Position
MyPlanListView1.Color = Colors.blue