我制作了一个文档面板并将其添加到文档组中,我创建了一个 Gridcontrol,但不知道如何将其添加到我创建的面板中
Dim tab As New DocumentPanel
tab.Name = "name"
Dim grid As New DevExpress.Xpf.Grid.GridControl
'how to add the grid to the tab?!
DocumentGroup.Items.Add(tab)
我制作了一个文档面板并将其添加到文档组中,我创建了一个 Gridcontrol,但不知道如何将其添加到我创建的面板中
Dim tab As New DocumentPanel
tab.Name = "name"
Dim grid As New DevExpress.Xpf.Grid.GridControl
'how to add the grid to the tab?!
DocumentGroup.Items.Add(tab)