I am trying to use XCustomListview (Version 1.73) . In the designer I see the option for List Orientation but I need to add a number of Horizontal lists at runtime but I can't find the List Orientation property.
I have not yet looked at whether this is possible from code (but I trust your word), but why don't you create N panes at runtime and load in each of them a horizontal xCLV created in the Designer?
P.S. xCLV can be added only by Designer; also for this reason there isn't the option to set its orientation at runtime (by code).
I have not yet looked at whether this is possible from code (but I trust your word), but why don't you create N panes at runtime and load in each of them a horizontal xCLV created in the Designer?
That's the correct solution.