简体   繁体   中英

Allow user to resize devexpress 14.1 Gridcontrol rows

I'm looking for a way to allow the user resize a single row height (during runtime off course) using the mouse, just like a table in MS Excel or Word. I can size the the columns can be re-sized when the grid have headers enabled.

I'm using devexpress 14.1 Winforms (not WPF) GridControl (framework 4 if it matters).

Any ideas would be great.

By design, the GridView does not allow this. If you are looking to resize ALL the rows, you can run the designer for the GridView and look under OptionsCustomization . There will be a property called AllowRowSizing ....set this to True .

There is a 'workaround' though, which can be found here and here , which should get you your desired results.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM