bolossis Posted April 16, 2018 Posted April 16, 2018 Does anyone know how i can remove the border from a uniComboBox? For example on a UniEdit i can set the BorderStyle to "ubsNone" but how on UniComboBox? I tried almost all examples from the Forum but nothing works Thanks in advance Quote
Sherzod Posted April 16, 2018 Posted April 16, 2018 Hi, Can you please specify which build are you using ?! Quote
mhmda Posted April 16, 2018 Posted April 16, 2018 use CSS class for that. http://docs.sencha.com/extjs/6.5.2/classic/Ext.form.field.ComboBox.html search for 'cls': Quote
Pep Posted September 9, 2018 Posted September 9, 2018 It works by code: (the property is not published) UniComboBox1.BorderStyle := ubsNone; 2 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.