home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 2
Skins and Design
New Community Theme: Bamboo
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="ge2301" data-source="post: 1096838" data-attributes="member: 145639"><p>Thanks for the hints. I could easily restore Titanium skin by MP2 settings.</p><p>To achieve a horizontal scroll with only 1 row following needs to be changed from</p><p><em><WrapPanel x:Name="ListItemsHost" IsItemsHost="True" /></em></p><p>to</p><p><em><StackPanel x:Name="ListItemsHost" IsItemsHost="True" Orientation="Horizontal"/></em></p><p><em></em></p><p></p><p>WrapPanel wraps the content (buttons) with constant width, while StackPanel keeps 1 row in which one can scroll horizontally (or vertically, depends on setting). Open is how I can fix selection focus on center button and scrolling is just moving all buttons to right or left side, as also used with MP1.</p><p></p><p>I had not much time and gonna try to find more infos in the docs.</p></blockquote><p></p>
[QUOTE="ge2301, post: 1096838, member: 145639"] Thanks for the hints. I could easily restore Titanium skin by MP2 settings. To achieve a horizontal scroll with only 1 row following needs to be changed from [I]<WrapPanel x:Name="ListItemsHost" IsItemsHost="True" />[/I] to [I]<StackPanel x:Name="ListItemsHost" IsItemsHost="True" Orientation="Horizontal"/> [/I] WrapPanel wraps the content (buttons) with constant width, while StackPanel keeps 1 row in which one can scroll horizontally (or vertically, depends on setting). Open is how I can fix selection focus on center button and scrolling is just moving all buttons to right or left side, as also used with MP1. I had not much time and gonna try to find more infos in the docs. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Skins and Design
New Community Theme: Bamboo
Contact us
RSS
Top
Bottom