Loading...

RE: Tabstrips for qListView

RE: Tabstrips for qListView

#5607
Anonymous
Anonymous
Participant

Yes, you could use qDynamicLayout to organize a set of listviews into tabbed interface. In this particular case, each individual listview will connect to the same list but filtered by the Section column value. However you would have to manually set up the filter value and create the tab based on the Section value. qDynamicLayout would not be able to generate tabs automatically based on the Section column value.