javitosanchez

Results 14 comments of javitosanchez

HtmlViewer & HtmlBlock apply its own styles. For your scenario it's better to use the WebView control

Nice feature. We've added to our backlog. We'll keep you updated.

We have updated the implementation of the ResponsiveGridView for supporting this. But currently is in beta. You can try it [here](https://github.com/wasteam/waslibs/tree/master/src/AppStudio.Uwp/Labs/ResponsiveGridView).

The name Carousel comes from the fact that the items presented has no end (like a carousel). If you don't want this behaviour you can use the [SliderView](https://github.com/wasteam/waslibs/tree/master/src/AppStudio.Uwp/Controls/SliderView). Works for...

In your case it should affect to have bind or binding, the property is available anyway. The only thing it could happen is that the `SelectedItem` is not set when...

You have a sample [here](https://github.com/wasteam/waslibs/tree/master/samples/AppStudio.Uwp.Samples/Pages/ResponsiveGridView)

It’s something we’re interested exploring it. We are in the very early stages of doing that, but currently don’t have any time table or concrete plans. So we cannot guarantee...

[This](https://github.com/wasteam/waslibs/tree/master/src/AppStudio.Uwp/Labs/ResponsiveGridView) other implementation do contains scrollbars. Check it out.

The default configuration for this control is that the selected item is the center one. Take a look to the [SliderView](https://github.com/wasteam/waslibs/tree/master/src/AppStudio.Uwp/Controls/SliderView) control instead

I'm not sure what are you trying to do. Maybe you can share a snippet of your xaml?