Hello,
I'm again with another problem: I want to use a TImageEnFolderMView with Checkboxes. I set it in the ObjectInspector to iecbAlways (see checkboxes.jpg), but I can't see a checkbox on runtime. So I tried it in the code:
iefmvMain.Checkboxes := iecbAlways;
iefmvMain.CheckboxPos := iecpTopLeft;
iefmvMain.SetCheckboxParams(1, 1, nil, nil);
But the same - no checkbox is shown (see checkboxes2.jpg). What have I to change?
KidnRegards
Jens