Jump to content

Resize field width


mierlp

Recommended Posts

See the mockup for illustration for what i need.

See attachment when I make the following adjustments:
- set uniFieldContainer2.Layout = fit
- place a uniFieldSet on unFieldContainder2  with the fields
- Result = they will be resized BUT edit2 and edit3 wexplorer_Ov2YpDDvqk.thumb.png.8dee70a3caabf2b8dd67dbada02e9aa9.pngill be below each other instead of side by side

 

Mockup.thumb.png.465309d366c3661a7f84ca52bf924429.png

Link to comment
Share on other sites

Hi

A very simple testcase attached. In the menu click 'Show frame2'.
You see 2 uniFieldcontainers, both are resizing when the form is resized

The next step is that the Edit fields also resizes in width, so they must
be a percentage compared to the uniFieldContainer2

uniEdit2 and 3 must be stay next to each other 

Regards Peter

TestCase.zip

Link to comment
Share on other sites

2 minutes ago, Sherzod said:

One possible solution to use column layout

1. UniFieldContainer2.Layout = column

2. UniEdit4

        LayoutConfig.Width = 100%

        CreateOrder = 1 

3. UniEdit5

        LayoutConfig.Width = 40%

        CreateOrder = 2

4. UniEdit6

        LayoutConfig.Width = 60%

        CreateOrder = 3 

 

Link to comment
Share on other sites

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...