반응형 +1 WPF & DevExpress GridControl Column Fixed devexpresss fixed column 방법 고정하고 싶은 컬럼에 Fixed="Left" 을 추가해준다. 여러 컬럼을 고정하고 싶으면, 고정하고 싶은 컬럼 다 추가해준다. 왼쪽은 "Left", 오른쪽은 "Right"로 하면된다. 고정된 컬럼과 비고정 컬럼의 구분 라인은 View에 FixedLineWidth="5" 을 추가하면된다. 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... 2021. 4. 3. 이전 1 다음 반응형