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

2 ビュー (過去 30 日間)
raym
raym 2023 年 11 月 29 日
コメント済み: raym 2023 年 11 月 29 日
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?

採用された回答

Walter Roberson
Walter Roberson 2023 年 11 月 29 日
No there is no uicontrol for that purpose.
  2 件のコメント
raym
raym 2023 年 11 月 29 日
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)';

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by