Skip to content

Questions on Overlay Features in FlyLeaf Player #403

Closed Answered by fatihbahceci
fatihbahceci asked this question in Q&A
Discussion options

You must be logged in to vote

Hello again solved with the valuable information you provided. Thank you very much.

Here is a sample code
WPF

<Grid>
    <Grid.RowDefinitions>
        <RowDefinition Height="*" />
        <RowDefinition Height="100" />
    </Grid.RowDefinitions>
    <Grid.ColumnDefinitions>
        <ColumnDefinition />
        <ColumnDefinition />
        <ColumnDefinition Width="100" />
    </Grid.ColumnDefinitions>

    <TextBox  
        x:Name="tbFilePath"
        Grid.Row="1" 
        Grid.Column="0" 
        Grid.ColumnSpan="2" 
        HorizontalAlignment="Stretch"
        Padding="10,0,0,0"
        VerticalAlignment="Center"
        Text="cat.mp4"
        />
    <fl:FlyleafHost    
        Grid.Ro…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by fatihbahceci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants