关于spread for sl 单元格换行问题
看官方例子 spread for wpf 8.0 中,编辑单元格时,alt+enter可以实现换行。但是在spread for silverlight 8.0 中确不能实现换行。想咨询spread for silverlight 8.0中是否支持 alt + enter快捷键换行。 回复 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);
明白了,谢谢你的回复。 回复 3楼epsoft的帖子
不客气
为了给你提供更优质的服务,请对本次服务进行评分。我们会认真对待你提出的宝贵意见,谢谢
http://gcdn.gcpowertools.com.cn/attachment.aspx?attachmentid=10062
页:
[1]