top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is difference between Entry and EntryCell in Xamarin.Forms?

+2 votes
914 views
What is difference between Entry and EntryCell in Xamarin.Forms?
posted Dec 16, 2016 by Samardeep Acharya

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

2 Answers

+2 votes

Entry is a visual element, where user can enter single line text.

EntryCell is not visual element, it is subtype of Cell and it describes a template for label and a single line text entry field. It is normally for use in a ListView or TableView.

answer Dec 20, 2016 by Manikandan J
0 votes

entrycell is only use in listview entry can be used at everywhere.

answer May 2, 2019 by Rushabh Verma R.
...