I know that I can change the orientation of a xCustomListView by setting it in the designer. But is there also a way to set it at runtime (in code or via designer script)? I'm asking because I want to change from vertical scroll to horizontal scroll when device orientation changes.
Thank you. Unfortunately I can find any property or operation to set Horizontal or Vertical orientation from code in B4i. It is also not available when I access a CLV via AsView or via GetBase. I did not find anything in the documentation. Maybe I’m using the wrong version, it is the one contained in the current XUI Views Version 2.43. How can I set CLV orientation in this version?