728x90
CheckedListBoxControl 의 BackColor 를 Transparent 로 지정하면
아래 처럼 에러가 발생된다.
찾아보니 Transparent 로 지정할 수 없도록 되어있다고 한다.
아래 처럼 처리하면 똑같은 처리를 할수 있다.
this.checkedListBoxControl.BackColor = this.checkedListBoxControl.Parent.BackColor;
728x90
'DevExpress' 카테고리의 다른 글
[DevExpress] XtraScrollableControl 에서 컨트롤 삽입 후에도 휠로 스크롤 가능하게 하기 (0) | 2019.09.19 |
---|---|
[DevExpress] CheckedComboBoxEdit 에 PlaceHolderText 적용하기 (0) | 2019.07.02 |
[DevExpress] CheckedListBoxControl - 가로로 정렬하기 (0) | 2019.06.06 |
[DevExpress] SearchControl - ButtonClick (0) | 2019.05.21 |
[DevExpress] SearchControl (0) | 2019.05.20 |