### Feature Request Description By specification the columns count is determinated by 2 things: * items number (if items are > 6 show 4 columns and if they are <= 6 show 3 columns) * available screen width (desktop based on items count, tablet 3 and mobile 1) There is no API to override this default behaviour. On bigger screens, there is a lot of empty space because of this non-responsive behaviour. See [Basic Sample](https://sap.github.io/ui5-webcomponents/components/fiori/ProductSwitch/#basic-sample) on Playground. ### Proposed Solution ProductSwitch should be fully responsive, determining column number dynamically by available space and make use of the available space. ### Proposed Alternatives Provide public methods for properties like useAllSpace, numColumns, minColumns, maxColumns. or Leave it as it is with poor look and feel. ### Organization _No response_ ### Additional Context https://github.com/SAP/ui5-webcomponents/discussions/9733#discussioncomment-10633755 ### Priority None ### Privacy Policy - [X] I’m not disclosing any internal or sensitive information.