is it possible to make the buttons 100% width of the flowlayout automatically? I dont want to set the width in a loop..
QwAdr0x256 11 months ago
@QwAdr0x256 Just simpley use:
btn_1.width = flc_1.width
This should work.
DanMaklen 7 months ago
Hello.
How Can I change the name of the buttons after they are created? Or handle their events?
Thank you
dflopes87 11 months ago
@dflopes87 Simply, btn_1.name="Name"
As for the handling events use:
AddHandler (The Name).(event), AddressOf (Name of the event)
Hope this help.
Can you please email me whole code for your flow layout panel?
I have sent you my email via private message
Thank you and Regards
althais 1 year ago
Thank you for taking the time to make a tutorial about this! It helped me a lot, so mad props to you sir.
challenger53 1 year ago
is it possible to make the buttons 100% width of the flowlayout automatically? I dont want to set the width in a loop..
QwAdr0x256 11 months ago
@QwAdr0x256 Just simpley use:
btn_1.width = flc_1.width
This should work.
DanMaklen 7 months ago
Hello.
How Can I change the name of the buttons after they are created? Or handle their events?
Thank you
dflopes87 11 months ago
@dflopes87 Simply, btn_1.name="Name"
As for the handling events use:
AddHandler (The Name).(event), AddressOf (Name of the event)
Hope this help.
DanMaklen 7 months ago
Can you please email me whole code for your flow layout panel?
I have sent you my email via private message
Thank you and Regards
althais 1 year ago
Thank you for taking the time to make a tutorial about this! It helped me a lot, so mad props to you sir.
challenger53 1 year ago