c# - Allow user to resize devexpress 14.1 Gridcontrol rows -
i'm looking way allow user resize single row height (during runtime off course) using mouse, table in ms excel or word. can size the columns can re-sized when grid have headers enabled.
i'm using devexpress 14.1 winforms (not wpf) gridcontrol (framework 4 if matters).
any ideas great.
by design, gridview not allow this. if looking resize rows, can run designer gridview , under optionscustomization
. there property called allowrowsizing
....set true
.
there 'workaround' though, can found here , here, should desired results.
c# devexpress-windows-ui
No comments:
Post a Comment