0
votes

Does exists some Grid Control among DevExpress controls for WinForms that behave like the WPF Grid control ?

I asked the support but until now did not get any response.

I need the following features 1. Rows and Columns 2. RowSpan, ColumnSpan 3. Fill the cells with child controls 4. Stretching and aligning capabilities inside the cells 5. DevExpress Skinnig and Theming

Maybe extending of some similar control would be an option ?

2

2 Answers

0
votes

You're looking for the XtraLayout control, although it works differently.

0
votes

XtraGrid Wil do these task in WinForm.