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

Add SeekBar to View with code dynamically?

$
0
0

Hi,

Looking to know if somthing like this is possible

'new ContentPage{
Content = new StackLayout{
Children =
{
new SeekBar{
//..... properties here
},
}
}
}

var seekBar = new SeekBar{
//... properties
}

//... listeners

new ContentPage{
Content = new StackLayout{
Children =
{
seekBar
}
}
}
}
}'

I can't seem to find anything in the documentation saying this is something available via code, only if added to the a View manually from the toolbox.

Thanks!


Viewing all articles
Browse latest Browse all 58056

Trending Articles



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