Coder Social home page Coder Social logo

Comments (3)

daniel-luberda avatar daniel-luberda commented on August 10, 2024

Use FlowColumndExpand="None" which is a default one.

from dltoolkit.forms.controls.

harbasevicAdnan avatar harbasevicAdnan commented on August 10, 2024

Thanks Daniel. I already tried this. I should mention that. But it doesn't work for me. Is it possible that something else overrides it? Here is my code.

<flv:FlowListView SeparatorVisibility="None"
        HasUnevenRows="true"
        FlowColumnCount="2"
    FlowColumnExpand="None"
    x:Name="listView" 
    Margin="10" 
        FlowItemTappedCommand="{Binding ChooseValueCommand}"
    FlowItemsSource="{Binding CardCollection}">
        <flv:FlowListView.FlowColumnTemplate>
            <DataTemplate>
                  <StackLayout Margin="7" BackgroundColor="{Binding Color}" VerticalOptions="Center" HeightRequest="140">
                    <Label HorizontalOptions="Center" VerticalOptions="CenterAndExpand"
                    Font="30" TextColor="Black" Text="{Binding DisplayValue}"></Label>
                </StackLayout>
            </DataTemplate>
        </flv:FlowListView.FlowColumnTemplate>
</flv:FlowListView>

from dltoolkit.forms.controls.

daniel-luberda avatar daniel-luberda commented on August 10, 2024

I just checked this sample: https://github.com/daniel-luberda/DLToolkit.Forms.Controls/blob/master/Samples/DLToolkitControlsSamples/SamplesFlowListView/GroupingPage.xaml with replaced FlowColumnExpand property set to None and it works fine. Result:

simulator screen shot 18 nov 2016 02 51 53

Maybe try to clean your bin/obj folders and enable XAML compilation. It sometimes happens that solution is not cleaned properly before deploying.

from dltoolkit.forms.controls.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.