C# 썸네일형 리스트형 DevExpress GridControl Row 단위로 선택되도록 설정 https://documentation.devexpress.com/WindowsForms/DevExpress.XtraGrid.Views.Grid.GridView.FocusRectStyle.property 위 사이트의 내용을 참조 // Make the grid read-only. gridView1.OptionsBehavior.Editable = false; // Prevent the focused cell from being highlighted. gridView1.OptionsSelection.EnableAppearanceFocusedCell = false; // Draw a dotted focus rectangle around the entire row. gridView1.FocusRectStyle =.. 더보기 이전 1 다음