moving scroll index in a ui figure

12 ビュー (過去 30 日間)
Life is Wonderful
Life is Wonderful 2019 年 12 月 5 日
コメント済み: Life is Wonderful 2021 年 9 月 14 日
Using previos thread , I am raising new topic
Refer for more details:
Please see the attached figures "uit_figure.PNG" & "DropMenu_list.PNG"
  • How to Implement moving scroll index in a uit figure where cell is highlighted with a text color?
If index is 25 , then I want the select the cell highlighted . For next index say 26,27, 28 and so on . then each selected cell should be highlighted as moving index in the figure uit_figure.PNG
  • Cell selection is done from the DropDown Menu Variables as shown in the DropMenu_list.PNG
  1 件のコメント
Adam Danz
Adam Danz 2019 年 12 月 5 日
I think you're asking how to programmatically scroll the UItable to a certain row.
You'll have to use a java method. This answer may be helpful to you but I'm not sure if the same will work for UITables in app designer (which appears to be what you're using)

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

採用された回答

Adam Danz
Adam Danz 2019 年 12 月 6 日
編集済み: Adam Danz 2021 年 5 月 10 日
Update: Matlab R2021a and later
Starting in Matlab R2021a, you can programmatically scroll to any row, column, or cell of a uitable using the scroll function (see Four New App Features in MATLAB R2021a).
Syntax examples:
Prior to Matlab R2021a
TL;DR: Don't waste your time, it's not currently possible in AppDesigner (r2019b).
Programmatically scrolling to a specific row and column of a UITable in App Designer is not currently possible (r2019b).
As of r2019b programmatically selecting a cell in a UITable is possible when the UITable is created by uitable() and is embedded in a figure created by figure() by using java methods (see this answer) but this does not work with AppDesigner UITables. This method soon will not work for regular UITables either since it requires a function that uses the JavaFrame property and javacomponent function which will no longer be supported by Matlab in future releases.
  3 件のコメント
Life is Wonderful
Life is Wonderful 2019 年 12 月 7 日
Life is Wonderful
Life is Wonderful 2021 年 9 月 14 日
Hi Adam,
Can you please have a look into below link and help me
Thank you!!

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

その他の回答 (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