矩形选框,四种框选模式,了解一下 Repalace the current selector Add to the current selection (shift键) Subtract from the current selection (Ctrl键) Intersect with current selection (Shift+Ctrl键) 圆形选区就不想多说什么了,和上面的差不多!…
本文摘自: http://www.cnblogs.com/-ShiL/archive/2012/06/08/ShiL201206081335.html (一)双击展开,收缩字表 ExpandedChild Private Sub ExpandedChild(ByVal sender As DevExpress.XtraGrid.Views.Grid.GridView) '找出焦点行 Dim VIntPage As Integer = sender.FocusedRowHandle If send…
转自http://www.cnblogs.com/-ShiL/archive/2012/06/08/ShiL201206081335.html (一)双击展开,收缩字表 1 Private Sub ExpandedChild(ByVal sender As DevExpress.XtraGrid.Views.Grid.GridView) 2 '找出焦点行 3 Dim VIntPage As Integer = sender.FocusedRowHandle 4 If sender.GetMast…