Jump to content

Recommended Posts

Posted
Hello guys,

 

I'm developing a simple system for automatically creating panels inside a main container. (Eg I used the example of the unigui "Layout Management> Table").

 

My difficulty is to align the first row of panels on the left.

in the second line is correct, but in the first line it does not align the left as the panels are created.

 

I'm sending an example to get better explained

 

 

Thank you!

WeScreen.rar

Posted

Hi,

 

Can you try this approach for now ?:

 

UniContainerPanel1 -> ClientEvents -> UniEvents -> function beforeInit:

function beforeInit(sender, config) 
{
    config.layout.tableAttrs = {
        style: {
            width: 0
        }
    }
}

Best regards,

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...