Giter VIP home page Giter VIP logo

bindablegrid's People

Watchers

 avatar

bindablegrid's Issues

Bindable ColumnWidth font metric properties

Goal: Allow Font family, font size, and font attributes to reference Static/Dynamic resources.

Currently, these attributes are parsed from the Width="string" and require the font attributes to be coded within the string. This makes keeping these coordinated with the ItemTemplate for the column a manual effort.

Determine if we can define a markup syntax that allows these to be declared as a individual BindableProperty
or a single 'Font' property to support the values.

Possible example using bindable properties.
...

<ColumnDefinintion.Width Text="@255"
FontFamily="{StaticResource LabelFont}"
FontSize="{StaticResource LabelSize}"
HorizontalAlignment="Start"
/>

Possible example using a ColumnWidth.Font property:

---

Finally, since ColumnWidth is itself a BindableProperty, can we define derived ColumnWidth class to support
Literal and CharacterCount column widths

Cross Platform testing

Test SampleApp and Grid on Android, iOS, MacCatalyst.

The current sample has only been tested on Windows.

TextUtilities.Measure doesn't match Label.Measure when used in BindableGrid.

Define a column that contains variable text in the range of 0...255 and use @255 for the column width declaration.
When using the Width returned by TextUtilities.Measure(text, font family, font size), the resulting width causes the label
in the same column to wrap when displaying the text '255'.
If LineBreakMode = NoWrap, the text is clipped in the label.

The current workaround is at the end of the ColumnWidth(string literal, string fontFamily, double fontSize, FontAttributes attributes) constructor where it appends '4' to width. This is not viable for different font sizes and an alternative is needed.

Consider a test that uses Label.Measure versus TextUtiltiies.Measure for different text and font metrics to determine the variance across platforms.

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.