Jump to content

Recommended Posts

Posted

Does anybody know how to set number of column for TUniRadioGroup similar to Columns property in Delphi TRadioGroup. Right now all the items in the group are placed in a single vertical column.  I want to place them in a row with multiple columns. 

 

Thanks

Posted

Hi,

 

UniRadioGroup1 -> ClientEvents -> UniEvents -> [ Ext.form.RadioGroup[radioGroup] ] add function radioGroup.beforeInit:

function radioGroup.beforeInit(sender, config)
{
  config.columns = 2
}

post-906-0-39062000-1444989721_thumb.png

 

Try..

 

Best regards.

  • Upvote 2
Posted

Thank you your help. However, I'm new to Unigui and currently I'm using demo version. Could you please let me know which tool that you used in your screen short.

 

Thanks.

 

 

Found it in properties. Thank you

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