Smart UI Components & Libraries – Grid, Scheduler, Gantt, Kanban for Angular, React, Next.js, Vue, Blazor, JavaScript › Forums › Docking Layout › Panel view only › Reply To: Panel view only
November 20, 2020 at 9:10 am
#101160
Keymaster
private object[] layoutStructure = new object[] {
new {
type = “LayoutGroup”,
orientation = “horizontal”,
items = new object[] {
new {
type = “LayoutGroup”,
size = 800,
items = new object[] {
new {
type = “LayoutPanel”,
label = “Input”,
id = “tabPanel”,
items = new object[] {
new {
type = “LayoutPanel”,
label = “Malzeme Kartları”,
content = “#myGrid”
},
new {
type = “LayoutPanel”,
label = “Satın Alma Faturaları”,
content = “#border-top-home”
}
}
}
}
}
}
}