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
BlueVision
Bugs and improvements (incl. themes)
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: 1179615" data-attributes="member: 145639"><p>It can be corrected by doing following:</p><p>In othercontrols.xaml a negative margin needs to be set for the DefaultScrollviewer:</p><p>[CODE=XML] <Grid x:Name="VerticalScrollBar" IsVisible="{TemplateBinding ScrollBarYVisible}" Grid.Row="0" Grid.Column="1"</p><p> Grid.ZIndex="0" Margin="-15,5,0,5"</p><p> RenderTransform="{DynamicResource ResourceKey=VerticalScrollbarRenderTransform}">[/CODE]</p><p></p><p>In each Listview VerticalScrollbarRenderTransform with the inverted distance needs to be added:</p><p>[CODE=XML] <ListView.Resources></p><p> <ResourceWrapper x:Key="VerticalScrollbarRenderTransform"></p><p> <TranslateTransform X="15" /></p><p> </ResourceWrapper></p><p> <CommandBridge x:Key="Menu_Command" Command="{Binding Path=Command,Mode=OneTime}"/></p><p> </ListView.Resources>[/CODE]</p><p></p><p>As a result the margin is always constant with or w/o scrollviewer. I've done this for Win10 and TE theme already in the past. As it effects all screens with right sided scrollbar, we need to check all of them incl. plugins. But this step is anyway necessary, scrollbars should not influence the size or position of the content.</p><p></p><p>If you revert your change, I'll push my changes.</p><p></p><p>Edit: I tried to check all screens and pushed changes. I can not check miniEPG, as the tuners are not recognized any more.</p><p></p><p>Regarding button change, would be good, if you implement this. I have only limited time tomorrow and then I'll have a business trip to Singapore :-(</p></blockquote><p></p>
[QUOTE="ge2301, post: 1179615, member: 145639"] It can be corrected by doing following: In othercontrols.xaml a negative margin needs to be set for the DefaultScrollviewer: [CODE=XML] <Grid x:Name="VerticalScrollBar" IsVisible="{TemplateBinding ScrollBarYVisible}" Grid.Row="0" Grid.Column="1" Grid.ZIndex="0" Margin="-15,5,0,5" RenderTransform="{DynamicResource ResourceKey=VerticalScrollbarRenderTransform}">[/CODE] In each Listview VerticalScrollbarRenderTransform with the inverted distance needs to be added: [CODE=XML] <ListView.Resources> <ResourceWrapper x:Key="VerticalScrollbarRenderTransform"> <TranslateTransform X="15" /> </ResourceWrapper> <CommandBridge x:Key="Menu_Command" Command="{Binding Path=Command,Mode=OneTime}"/> </ListView.Resources>[/CODE] As a result the margin is always constant with or w/o scrollviewer. I've done this for Win10 and TE theme already in the past. As it effects all screens with right sided scrollbar, we need to check all of them incl. plugins. But this step is anyway necessary, scrollbars should not influence the size or position of the content. If you revert your change, I'll push my changes. Edit: I tried to check all screens and pushed changes. I can not check miniEPG, as the tuners are not recognized any more. Regarding button change, would be good, if you implement this. I have only limited time tomorrow and then I'll have a business trip to Singapore :-( [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Skins and Design
BlueVision
Bugs and improvements (incl. themes)
Contact us
RSS
Top
Bottom