출처 : http://shared.co.kr/148



당황하지 말고

BestFitColumns 메소드를 이용하면 해결됨..

 

단.. BestFitColumns 전에 AutoWith 값을 false로 해줘야함.

 

advBandedGridView.OptionsPrint.AutoWidth = false;

advBandedGridView.OptionsView.ColumnAutoWidth = false;

advBandedGridView.BestFitColumns();





Posted by 요지
,