回复 1楼epsoft的帖子
Spread Silverlight 版本默认支持这个功能,只不过是被浏览器快捷键给截掉了。当前能否考虑设置其他快捷键来响应这个动作?
- this.spread.View.KeyMap.Remove(new GrapeCity.Windows.SpreadSheet.UI.KeyStroke(Key.E, ModifierKeys.Shift));
- this.spread.View.KeyMap.Add(new GrapeCity.Windows.SpreadSheet.UI.KeyStroke(Key.E, ModifierKeys.Shift), SpreadActions.InputNewLine);
复制代码 |