ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

Start list at the bottom #1516

Open Nbodinger opened 3 years ago

Nbodinger commented 3 years ago

Hello, I am trying to use Radlistview to build a chat app (with angular 11 and nativescript 7) that populates messages beginning at the bottom of the screen much like messenger and whatsapp.

Is there a solution for this or should i look elsewhere

thanks

BallisticPain commented 3 years ago

@Nbodinger

I believe this(sorting) will give you the answer to your question. Although, upon further thinking of what you're describing, you are wanting to scroll the list to the bottom... which is answered in the docs here.

Please close this issue if I have answered your question adequately.

Best regards, Jarvis

Nbodinger commented 3 years ago

@BallisticPain I think i might of not been clear enough as to what I wanted to achieve im adding a picture to depict what im looking for and hopefully you will have a solution for me

as you can see in this first picture the message sent is populated at the bottom of the body 1

and as more messages come in they populate from the bottom and push the last message up like so 2

thanks for your input Best regards, Nate