UITABLE customization in matlab GUI

1 回表示 (過去 30 日間)
Vick
Vick 2018 年 1 月 9 日
コメント済み: Walter Roberson 2018 年 1 月 9 日
Hello all,
1. I've a generic uitable where if my column editable is active on the first click the cell goes to edit mode which in in turn makes difficult for multiple selection or the right click. So i would like to have a same thing as an excel cell has were double click is required for editing cells.
2. Even if i select multiple cells in the uitable, my cell selection eventdata has only one indices as a current selection!!
3. How to identify key selection of 'Ctrl+c' key press, as when i press 'Ctrl' key i get the same in key selection callback, and when i press 'c' holding the 'ctrl' key i get only 'c' on the key selection key why not both 'ctrl' and 'c'
  1 件のコメント
Walter Roberson
Walter Roberson 2018 年 1 月 9 日
3. You need to look at the Modifier

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by