Jump to content
LaunchBox Community Forums

FlowControl ImageType binding?


y2guru

Recommended Posts

@Jason Carr   Is there a variable exposed that would enable something like this... I'd love the user to choose what game images to use via Big Box options instead of coding alternate XAML views 

Cheers in advance,

Dave

    <coverFlow:FlowControl Grid.Row="1" Grid.Column="0" Grid.ColumnSpan="9"
      x:Name="FlowControl" ImageType="{Binding GameImageType}"
      CurveAmount="0" CameraZPosition="8.4" VisibleCount="7" PageSize="14" ItemZPosition="2.5" SelectedItemZPosition="4.0" Spacing="2.5"  >
     <coverFlow:FlowControl.CoverFactory>
      <coverFlow:HorizontalWheelCoverFactory />
     </coverFlow:FlowControl.CoverFactory>
    </coverFlow:FlowControl>

Link to comment
Share on other sites

9 minutes ago, y2guru said:

@Jason Carr   Is there a variable exposed that would enable something like this... I'd love the user to choose what game images to use via Big Box options instead of coding alternate XAML views 

Cheers in advance,

Dave

    <coverFlow:FlowControl Grid.Row="1" Grid.Column="0" Grid.ColumnSpan="9"
      x:Name="FlowControl" ImageType="{Binding GameImageType}"
      CurveAmount="0" CameraZPosition="8.4" VisibleCount="7" PageSize="14" ItemZPosition="2.5" SelectedItemZPosition="4.0" Spacing="2.5"  >
     <coverFlow:FlowControl.CoverFactory>
      <coverFlow:HorizontalWheelCoverFactory />
     </coverFlow:FlowControl.CoverFactory>
    </coverFlow:FlowControl>

Sorry I know nothing of the XAML, but there are already themes that let you use the "switch image" key/button to do this already, some views are hard coded, some let you switch on the fly.

Link to comment
Share on other sites

Hey Cid! long time no exchange messages.  Thats what i thought too, coverflow appears to allow switching (and i don't want to use coverflow) and wheel types are fixed (have to be hard coded in the xaml view)  i wish that wasn't the case :-(  if only the value of the "options - Game Image" was accessible, would make life (coding) so much easier   

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...