Wish xCustomListView - DividerSize property.

LucaMs

Expert
Licensed User
Longtime User
Good one, @LucaMs
I've implemented this in my xSelectableCustomListView.
As Erel liked your post, I believe he will do it also in xCustomListView sometime in the near future... ;)
I already do it by myself, of course (I needed it) but I think I had to suggest to add this property to try to keep my "copy" and the original one "aligned".

Furthermore, Erel will more easily be able to create this property read-write.
 

Claudio Oliveira

Active Member
Licensed User
Longtime User
I've added it as a read-only property. Making it writable is of course possible but is more complicated as you need to move all the views (and I don't think that it will be used too much).

Same point of view here...
 

Claudio Oliveira

Active Member
Licensed User
Longtime User
I already do it by myself, of course (I needed it) but I think I had to suggest to add this property to try to keep my "copy" and the original one "aligned".
Yes. That's exactly what I do. Everytime Erel does anything on CustomListView, I reproduce it in SelectableCustomListView to keep them "in sync".
 
Top