Are there plans that xBrowse control can present items in a vertical or horizontal list and if yes how soon we can have such a control?
Best regards,
Otto
Are there plans that xBrowse control can present items in a vertical or horizontal list and if yes how soon we can have such a control?
Best regards,
Otto
As of now there are no such plans, but can you explain in detail what exactly are you looking for?


This can be achieved with the present xbrowse with a little bit of coding in our application. I provided similar solution to Mr Uwe earlier in these forums.
listView.layout = new WinJS.UI.ListLayout();
} else {
// Create a new Grid Layout
listView.layout = new WinJS.UI.GridLayout();Any news?
Best regards,
Otto
12.08