ncson Posted October 15, 2015 Posted October 15, 2015 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 Quote
Sherzod Posted October 16, 2015 Posted October 16, 2015 Hi, UniRadioGroup1 -> ClientEvents -> UniEvents -> [ Ext.form.RadioGroup[radioGroup] ] add function radioGroup.beforeInit: function radioGroup.beforeInit(sender, config) { config.columns = 2 } Try.. Best regards. 2 Quote
ncson Posted October 16, 2015 Author Posted October 16, 2015 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.