Is there any way of indenting data in the first column of a %lv control ? The sort of thing you can do with the underlying windows list-view control by setting the iIdent parameter and LVIF_IDENT flag in the LVITEM struct ??
Thanks, Alan
Welcome to our forums
Is there any way of indenting data in the first column of a %lv control ? The sort of thing you can do with the underlying windows list-view control by setting the iIdent parameter and LVIF_IDENT flag in the LVITEM struct ??
Thanks, Alan
Alan
There is no direct method to do this via ClearWin+ but you may be able to set the flags directly by using %lc to get the window handle and then sending an appropriate LVM_ message via SendMessage (but this is a long shot).
I cheated and stuffed a couple of spaces at the start of the sub-item strings to indent them. Looks fine unless you want indented icons too
Alan