Hello!
I wanted to make buttons in layout, based on number of lines in file. Everything, but click event, works fine.
How to make it in this case?
for (some values) {
//button making
//button event
}
Button.Clicked += (sender, e) =>
{
//do sth
}
doesn't work
Feel free to ask if my description is unclear