<renato> I have a AdaptivePageLayout on main window. And when the app starts, I push the contact list on it <renato> if the device rotates and there is more space for a new page, I push a ContactDetail page if the column property changes on AdaptivePageLayout <renato> the problem is <renato> if the user has already navigate to another page, I do not want to push this page <renato> right now there is not API to query AdaptivePageLayout how many page is visible, or the depth of it
-- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1534674 Title: [AdaptivePageLayout] Add function to return the top Page of a PageColumn Status in ubuntu-ui-toolkit package in Ubuntu: Triaged Bug description: Add a function that will return a reference to the top Page object in a specific PageColumn. Suggestion: getPageInColumn(int columnIndex) Use Case: In uReadIt I have at most a 3-column layout. I would like a user action on an item in the first column to add a Page to the 3rd column. This requires knowing the current page in the 2nd column in order to call pageStack.addPageToNextColumn(secondPage, "SourcePage.qml"). To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1534674/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp

