Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #101159
    admin
    Keymaster

    <span lang=”en”>I tried to describe my problem in the picture. Can you help me ?</span>
    Screenshot

    #101160
    admin
    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”
    }
    }
    }
    }
    }
    }
    }

    #101163
    admin
    Keymaster

    Hi umutalyu,
    The component currently does not support close buttons in the Tabs. We will add such feature in the future releases of our Docking layout component.
    You can enable pin and Pin Docking windows as shown in this demo: https://www.htmlelements.com/demos/docking-layout/overview/.
    Best regards,
    Peter Stoev
    Smart UI Team
    https://www.htmlelements.com/

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.