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

scrollbar inside TableView (Xamarin.Forms 1.4.1)

$
0
0

Hi all,
I'm using TableView to display some information of user on screen.

var tvAdditionalInfos = new TableView
{
HorizontalOptions = LayoutOptions.FillAndExpand,
VerticalOptions = LayoutOptions.FillAndExpand,
Intent = TableIntent.Data,
HasUnevenRows = true,
//RowHeight = 60,
Root = new TableRoot
{
new TableSection("")
{
new ViewCell
{
View = new StackLayout
{
....

Does anyone knows why there is a horizontal scrollbar inside the TableView?

Thank you very much,


Viewing all articles
Browse latest Browse all 58056

Trending Articles



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