Forum Replies Created
-
AuthorPosts
-
in reply to: Dropdown controls #5034
Please check if the control is enabled -: or maybe try readding it.
//all the event on our side are workingprivate void bunifuDropdown1_onItemSelected(object sender, EventArgs e) { //your code here }
Let us know if you face any challenges.
in reply to: Minimum Value for trackbar and slider #4845Thank you for pointing out, we will definitely include in upcoming updates.
in reply to: Bunifu Charts ? #4166Bunifu Charts or rather BunifuDataviz is not included in the current package of UI elements, we are planning to roll out some time time next year. Sorry for the confusion.
in reply to: How put a Tab Control ? #4165Select all the all the flat buttons and set the property “isTab” to True.
in reply to: aaa in toolbox #3056It is test component, basically does nothing, ignore it.
in reply to: Support BackColor Transparent and support Opacity #2304Thank you for the suggestion, we will see a way out for that.
in reply to: FlatButton Selected-Property not workt #2267Try changing Active Color & Normal Color to a different variation of color.
in reply to: FlatButton Selected-Property not workt #2265Try using bunifuFlatButton1.selected = true; on Form Load that should work.
in reply to: FlatButton Selected-Property not workt #2256Hi, i would suggest you use the ‘isTab’ property instead of ‘selected’ property that would fasten your coding. Set ‘isTab’ to true for all your buttons, you will be set. Cheers
in reply to: Resize Form #17831: Border less windows does not allow you to resize but you can still use WindowState property [Maximimed/Minimized]
this.WindowState = FormWindowState.Maximized;
You can make use of Anchor Property on the controls; click here for full usage.2: Version 1.5 will be released Friday 21st October.
Happy coding.
in reply to: Transparent panel (label) #1721Yes it possible to do that with the control.
in reply to: Error Unlicensed #1221Hi Debasis,
We have sent an email with order details please check your mail inbox. Sorry for the inconvenience.in reply to: Error Unlicensed #1149Hi Tieping Liu please contact us through [email protected] with the details of the error. Thank you.
-
AuthorPosts