Please excuse the long delay. As of right now, we are not planning to add the SWIPELIST to AppWizard.
AppWizard already offers swipable lists such as LISTBOX or LISTVIEW. The SWIPELIST also allows the attachment of widgets, but this can already be achieved with windows or screens as parent windows.
Reacting on the selection of certain elements in the list can be done with LISTVIEWs/LISTBOXes too, so adding the SWIPELIST would not add much value to AppWizard, as it would not really make things easier but rather a bit more complicated to handle.
The SWIPELIST has its place, but it is more of a widget that makes your life easier when you code a smartphone-like UI manually, not with a WYSIWYG editor such as AppWizard.
If you really need a SWIPELIST in your project, you can add it manually through user code. I hope this helps.
yes, you're right. Since then, I also realized AppWizard already allows to create such a things with an even bigger functionality than SWIPELIST does. So no need to duplicate this