Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 77050

PickerCell

$
0
0

Is there not a PickerCell? Whats the best way to allow a Picker to look like an EntryCell? Also the Picker does not seem to go into a Table either!
I have to put my Picker under the table (_EquipmentName is an EntryCell and _EquipmentType is the Picker)

        this.Content = new StackLayout()
        {
            Children = 
            {
                new TableView()
                {
                    Intent = TableIntent.Form,
                    Root = new TableRoot()
                    {
                        new TableSection()
                        {
                            _EquipmentName
                        },
                    }
                },
                _EquipmentType,
            }
        };

Viewing all articles
Browse latest Browse all 77050

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>