반응형 move to next cells1 WPF & DevExpress GridControl Move to next cell 그리드 셀 이동. Winform과 다르게 WPF는 화살표 탭으로 셀간 이동이 가능하다... 하지만, 기본 기능 이외에 입력하고, Enter키 등으로 이동해야할 때가 있다. 이동할 때 계산등 뭔가의 action이 필요하면... MoveNextCell() 전, 후로 넣으면 될 듯하다. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.. 2021. 4. 1. 이전 1 다음 반응형