Remove or Undo GridLayout with App Designer.

I'm using app designer. I've noticed I can't undo or remove grid layout. Is there any solution for this problem? I'm using Matlab R2019b.

Respuestas (3)

Luna
Luna el 16 de Dic. de 2019

0 votos

Hi,
Go to Canvas Tab, remove the tick on the "Show Grid" box.
Capture.JPG

3 comentarios

Bandar
Bandar el 16 de Dic. de 2019
I'm asking about grid layout not what you've shown.
%% create grid layout
hFig = uifigure; g = uigridlayout(hFig)
%% create buttons on it
b1 = uibutton(g)
b2 = uibutton(g)
b3 = uibutton(g)
b4 = uibutton(g)
g.delete % remove
Bandar
Bandar el 30 de Dic. de 2019
But this approach is useless. I need something in GUI to easily remove it without programmatically remove it.

Iniciar sesión para comentar.

Gaurav Pokharkar
Gaurav Pokharkar el 3 de Jun. de 2020
Editada: Gaurav Pokharkar el 3 de Jun. de 2020

0 votos

Hello Bandar, I am facing same issue, were able to remove the grid layout. Can you please explain me the method? I accidentally added the gridlayout, now I want to delete it withou out deleting the dependent child components.

1 comentario

Harman
Harman el 25 de Mayo de 2024
  1. Click on the GridLayout section in the Component Browser.
  2. There should be a small button towards the left side of the GUI Window.
  3. Click on the button. There, you will find the option to disable the Grid Layout.

Iniciar sesión para comentar.

xingxingcui
xingxingcui el 11 de Sept. de 2024

0 votos

Starting in R2022a, you can remove a grid layout manager from your app and convert the components in the grid to use pixel-based positioning. Please see more information here: Use Grid Layout Managers in App Designer - MATLAB & Simulink - MathWorks China

Categorías

Más información sobre Develop Apps Using App Designer en Centro de ayuda y File Exchange.

Productos

Versión

R2019b

Etiquetas

Preguntada:

el 16 de Dic. de 2019

Respondida:

el 11 de Sept. de 2024

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by