Skip to main content

Questions tagged [expander]

An Expander control provides a way to provide content in an expandable area that resembles a window and includes a header.

expander
0 votes
1 answer
207 views

Unable to use CommunityToolkit.MAUI in a project MAUI Class Library

I want to customize the Expander view from the package CommunityToolkit.Maui. After installing the Nuget package CommunityToolkit.Maui 8.0.1, there is no problem to use it in an App project. But if in ...
Dominique Ristori's user avatar
0 votes
1 answer
361 views

.NET MAUI toolkit expander

I have Xamarin. Forms project. In that project I have community toolkit nuget, using this package I have added CollapseAnimationLength and ExpandAnimationLength propeties in expander. Now I am going ...
Surendhar's user avatar
0 votes
1 answer
28 views

What is the difference between a ListView and a StackPanel in WPF XAML?

I am stuck in a problem with showing a number of child elements, with horizontal problems when using a ListView, or vertical problems when using a StackPanel. Perhaps I should use another collection ...
Roland's user avatar
  • 5,004
0 votes
3 answers
243 views

Which runs first in bash? lexer, or expander?

I am trying to understand bash's parser and lexer mechanism. (My ultimate goal is implementing a bash-like shell). The first case $ test='o a' $ ech$test a (^ edit: I removed double quotes for second ...
Mister_Obliviate's user avatar
0 votes
1 answer
342 views

Problem with collectionView that content mct: expander

I'm working on MAUI C# application desktop. I need to put many expander in collectionView. Here is my code in view : <CollectionView x:Name="question" ItemsSource="{Binding Audit....
BarryF's user avatar
  • 113
1 vote
0 answers
162 views

MAUI How to force SfExpander to resize height

In Maui at my Syncfusion expander (SfExpander) I have custom view (SeVoView) and I set the visibility by a property. The visibility changes after rendering the expander and the view is shown inside ...
Frank Mehlhop's user avatar
0 votes
0 answers
842 views

Expander with CollectionView does not work properly with iOS

In my .Net MAUI app with CommunityToolkit.mvvm and CommunityToolkit.maui, I have an expander with a CollectionView in it: <toolkit:Expander Margin="0,25"> ...
David Shochet's user avatar
0 votes
0 answers
203 views

Device tree interrupt number: where comes from?

Working with device tree cause the two question bothers me: How does the interrupt number relate to the physical interrupt from the device? How to know which interrupt number choose describing node in ...
grandzello's user avatar
0 votes
1 answer
28 views

Xamarin.Forms - ImageButtons in Expander do nothing as they're clicked

So I have a collectionview and inside of that I have an expander with 3 buttons. The problem is that once I touch one of these 3 buttons they don't do nothing even if they're binded to commands. Here'...
spoooooooonman's user avatar
0 votes
1 answer
31 views

can python3 create missing methods on the fly through exception handling?

I want to modify class instance behavior. class A: def __init__(self): pass def methodA(self): return "methodA" a = A() print(a.methodA()) print(a.methodB()) The exception thrown ...
jlettvin's user avatar
  • 1,163
0 votes
1 answer
322 views

Do some tasks after OnAppearing() in MAUI

I have a maui community toolkit expander control in my page. On Tapping the header the content is shown/hidden. I got a Maui map in the expander's content. It display properly if the expander is in '...
Albin Lukose's user avatar
0 votes
1 answer
137 views

Adding image as Expander icon WPF

I am trying to add an image as the icon for the Expander but am getting stuck when trying to set the new image when the button is toggled to show what is in the expander. I have chopped up the ...
J4ns323's user avatar
  • 35
1 vote
1 answer
89 views

WPF: Expander.Header - dock control right

I want the red button in the expander header to be docked right. How can I do this? <StackPanel Orientation="Vertical" x:Name="spTest" Margin="10"> <Border ...
nicetomitja's user avatar
1 vote
1 answer
232 views

WPF C# Dynamic Expander does not update actual height

I have some templates for an expander object and created a user control for it. Everything is fine as long as I add the same user control again into the content. Then, unfortunately, the height of the ...
nicetomitja's user avatar
1 vote
0 answers
491 views

How to use priority expander in gke clusters autoscaler

We are using Cluster Autoscaler in GKE, nodes are scaling up/down, but we wanted a specific machine-family to get prioritize for scheduling, if these machine type not available then use others. (By ...
Krrishna's user avatar

15 30 50 per page
1
2 3 4 5
38