CoolMonk17 Hi , Is there any possibility to hide all other view modes e.g "cards" and "panels" and show only "table" view. I am able to set mode to "table" but not able to hide "cards" and "panels" icon buttons.
tasha Hello To hide all other view modes e.g "cards" and "panels" and show only "table" view you can apply this style: :global(.wx-filemanager .wx-toolbar .wx-segmented button:has(.wxi-view-column,.wxi-view-grid)) { display: none; }