Can you get just the first line of text in a device binding?

I’m trying to bind a label to a device but only want to get the first line of text (and the rest separately). Is there a way to do that?

Thanks!

You can try setting the TextWrapping on the Label to NoWrap. If it doesn’t work in the simulator, test this on your actual devices. The behavior might be different.

Thanks for the suggestion Bill. I tried NoWrap on the emulator and device and unfortunately it’s not working. I have some text (timestamp) that always has a newline at the end before the rest of the text. I would like to be able to separate out that line so I can format it above the rest of the text for each device.