Borrar filtros
Borrar filtros

Is there a uicontrol to let user rearrange rows of strings?

2 visualizaciones (últimos 30 días)
raym
raym el 29 de Nov. de 2023
Comentada: raym el 29 de Nov. de 2023
The aim is to show several rows of strings, and let the user freely sort the strings by drag.
The listdlg cannot let the user to drag and sort the rows.
The RearrangeableColumns property of uitable only allow the user to drag the columns, but not rows.
Is there a uicontrol to let user rearrange rows of strings in R2016a?

Respuesta aceptada

Walter Roberson
Walter Roberson el 29 de Nov. de 2023
No there is no uicontrol for that purpose.
  2 comentarios
raym
raym el 29 de Nov. de 2023
Just delete the findobj.m, everything works now.
To get the listd item,
a = jDND.DropTargetContext.getComponent.getSelectedValues;
afn_MergeList = arrayfun(@(x) a(x),1:length(a),'uni',0)';

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by