winforms - Devexpress GridControl columns stop resize -
for gridview in winforms, devexpress:
i need stop auto resize columns in gridcontrol. example: if have 3 columns: 100, 200, 150 if resize first column 50 difference shared second , third columns. happens if increase width. must stop process. tools have in order make this. thanks. hope understood.
stop autocolumnwidth:
gridview.optionsview.columnautowidth = false
Comments
Post a Comment