question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug] RangeSlider (XCT compat renderer) is not shown using Grid

See original GitHub issue

Description

I’m trying to use RangeSlider from xct using compat renderer with StackLayout as the parent and Grid for the whole layout but it’s not shown in the layout.

Steps to Reproduce

  1. Create new maui app
  2. Create grid with column definitions Auto,Auto,Auto,Auto,*,auto,auto
  3. Create layout for the respective column definitions except the last one
  4. Create layout in xaml inside Grid
<StackLayout
            x:Name="Footer"
            Grid.Row="5">
            <ContentView
                HeightRequest="50"
                BackgroundColor="Red"/>

            <ContentView
                x:Name="ContentView"/>
            </StackLayout>
  1. and then in code behind set ContentView to use RangeSlider
var range = new RangeSlider();
ContentView.Content = range;

Expected Behavior

Layout is correctly resized and the range slider (compat renderer) is shown

Actual Behavior

Layout is not correclty resized and the range slider (compat renderer) is not shown

Basic Information

  • Version with issue: dotnet 6.0.100-rc.1.21463.6
  • Last known good version:
  • IDE: vscode (with command line)
  • Platform Target Frameworks:
    • iOS:
    • Android: 12
    • UWP:
  • Android Support Library Version:
  • Nuget Packages:
  • Affected Devices:

Screenshots

Screen Shot 2021-09-25 at 6 47 58 AM

Reproduction Link

TestMaui.zip

Workaround

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
VladislavAntonyukcommented, Mar 7, 2022

Yes, we have the same issue for expander https://github.com/xamarin/XamarinCommunityToolkit/issues/1788

1reaction
yunusefendi52commented, Mar 4, 2022

@pictos let me try again this weekend

Read more comments on GitHub >

github_iconTop Results From Across the Web

Introducing .NET MAUI Compatibility for the Xamarin ...
The Xamarin Community Toolkit team is excited to announce two new .NET MAUI-compatible versions of the toolkit.
Read more >
Thermo ScientificTM AvizoTM Software 9
This manual has been prepared for Thermo Fisher Scientific licensees solely for use in connection with software supplied by Thermo Fisher Scientific and....
Read more >
Untitled
15 malibu ltz, Geistige nahrung bahai, Castel del piano cap perugia, Mylar reflective film uk, Usb stick not working in car! Schalke sporting...
Read more >
Interactive Visualization of Molecular Dynamics Simulation ...
This figure highlights biological topics (such as protein, cell, ligand, membrane, molecule, lipid) or a part of it (channel, cavities, atom, ...
Read more >
Untitled
Watch balika vadhu 11 dec 2013, In game win probability, Video shoot using dslr, Erezioni mattiniere, Film holders crossword? Toklo 15mm collection, Disfraz ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found