[Bug] RangeSlider (XCT compat renderer) is not shown using Grid
See original GitHub issueDescription
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
- Create new maui app
- Create grid with column definitions
Auto,Auto,Auto,Auto,*,auto,auto
- Create layout for the respective column definitions except the last one
- Create layout in xaml inside Grid
<StackLayout
x:Name="Footer"
Grid.Row="5">
<ContentView
HeightRequest="50"
BackgroundColor="Red"/>
<ContentView
x:Name="ContentView"/>
</StackLayout>
- 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
Reproduction Link
Workaround
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (6 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes, we have the same issue for expander https://github.com/xamarin/XamarinCommunityToolkit/issues/1788
@pictos let me try again this weekend