How can I have LineBreaks in EntryCell?
<EntryCell
x:Name="FacilityNameCell"
Keyboard="Default"
Placeholder="Enter Name"
Label="My first name/middle name/last name"
XAlign="End">
I tried using \n it doesn't work.