Hi,
I have been able to code a sudoku like game where you can edit labels with numbers and solve the puzzle. The thing I cannot get my head around is how to enable multiple numbers inside a label.
I am using a grid with 9X9 labels inside them. But how do I allow users to put multiple numbers inside a label. There is no autofitfontsize or any such feature that I can use. Any workaround or trick will be appreciated.
Regards,
Answers
It's not perfect, and the last time I looked there was no UWP support, but take a look at the misleadingly named LabelSizeFontToFit in https://github.com/FormsCommunityToolkit/FormsCommunityToolkit . That will give you a starting point. Note that it only shrinks fonts, it does not make them bigger.