Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- ColumnHead MultiLine
- C# 빌드이벤트
- DataTable ReadOnly
- C# WndProc
- Delphi
- C# Devexpress CheckListBoxControl word wrap
- C# Devexpress CheckListBoxControl 줄 바꿈
- devexpress grid
- 해운대밀면
- C# 0x8001010d
- delphi JSON
- drawgrid
- C# Devexpress
- 밀면
- CustomDrawColumnHeader
- RichEditControl Bold
- C# 컬럼비교
- 밀고
- C# build
- C# 매크로
- C# linq pivot
- C# SendMessage
- C# column
- Row Indicator
- RichEditControl
- visualstudio 관리자권한
- C# DataTable linq
- 델파이
- C#
- mssql 문자열 합치기
Archives
- Today
- Total
목록C# Devexpress CheckListBoxControl word wrap (1)
개발자의 사투
C# Devexpress CheckListBoxControl 내용 줄바꿈
CheckListBoxControl.Apperance.TextOptions.WordWrap = Wrap MeasureItem 이벤트 설정 private void checkedListBoxControl1_MeasureItem(object sender, MeasureItemEventArgs e) { DevExpress.XtraEditors.CheckedListBoxControl lb = sender as DevExpress.XtraEditors.CheckedListBoxControl; string itemValue = Convert.ToString(lb.Items[e.Index]); float i = 0; using (System.Drawing.Graphics graphics = System.Drawing...
컴방/C#
2020. 9. 16. 09:40