bbm Posted April 28, 2020 Posted April 28, 2020 Hi, is it possible to use a FieldSet without border and without a title? Best regards Quote
Sherzod Posted April 28, 2020 Posted April 28, 2020 Hi, Well, then maybe you would like to use the UniFieldContainer? Quote
bbm Posted April 28, 2020 Author Posted April 28, 2020 Hi, yes, I would like to use it and i workd fine, when I use it in a UniFieldSet. But when I use the UniFieldContainer outside a UniFieldSet I get this: Maybe I make a mistake or I use wrong properties. Best regards Quote
Sherzod Posted April 28, 2020 Posted April 28, 2020 18 minutes ago, bbm said: Maybe I make a mistake or I use wrong properties. \FMSoft\Framework\uniGUI\Demos\Desktop\UniFieldContainer Quote
bbm Posted April 28, 2020 Author Posted April 28, 2020 Hi, yes, you are right, but the FieldContainer is placed in a FieldSet. I think this is the different and the problem. I tried to use the FieldContainer directly on a Form or on a ContainerPanel. Best regards Quote
Sherzod Posted April 28, 2020 Posted April 28, 2020 2 hours ago, bbm said: yes, you are right, but the FieldContainer is placed in a FieldSet. I think this is the different and the problem. I tried to use the FieldContainer directly on a Form or on a ContainerPanel. I will try to give you a solution for both cases... Quote
Tokay Posted May 20, 2021 Posted May 20, 2021 Hi! I have same question. How is possible to place FieldSet without border and title on the form or panel? Quote
Sherzod Posted May 20, 2021 Posted May 20, 2021 On 4/28/2020 at 3:03 PM, bbm said: is it possible to use a FieldSet without border and without a title? 1 hour ago, Tokay said: Hi! A have same question. How is possible to place FieldSet without border and title on the form or panel? One possible solution. 1. CustomCSS: .customFieldSet { border: none; } 2. UniFieldSet -> LayoutConfig -> Cls = customFieldSet 3. UniFieldSet -> Title -> "Enter a space" Quote
bbm Posted May 25, 2021 Author Posted May 25, 2021 Hi, Thank you, works fine for me too. Best regards 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.