DevExpress WInForms - Add NewRow Button at ViewCaption

25 Views Asked by At

I am creating a WinForm which displays three levels of data. Top Level: issue 2nd level: invoice 3rd level: invoice items

The issues are set, but each issue can have multiple invoices and each invoice multiple items on it.

Since I'm using embedded mode for the grid the data navigator is not available and newrows clutter the screen real estate too much.

I now want to add a "+" button next to the details ViewCaption, see image:

enter image description here

I can access the Text of the caption via view.ViewCaption but I can not find a way to add a button there. Attempts to programmatically add empty details to catch the click event on the tab have also failed.

This seems like a know where to look problem, so i hope someone will point me there or tell me its futile, then I'll add a button somewhere in the grids.

0

There are 0 best solutions below