[Enhancement] Support Min|Max Height|Width on Grid Column|Row Definition
Summary
Support Minimum and Maximum Width/Height of Grid Column/Row definitions.
Same as WinUI:
API Changes
public class ColumnDefinition
{
...
double MinWidth { get; set; }
double MaxWidth { get; set; }
}
public class RowDefinition
{
...
double MinHeight { get; set; }
double MaxHeight { get; set; }
}
Intended Use Case
Define more responsive & dynamic Grid layout sizes
@Redth I don't see it in ColumnDefinition or IGridColumnDefinition, the definition is in another place?
Sorry, this got batched up with a different min/max height/width request implementation. Reopened, but we have no plans to implement this currently.
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.
Is this going to be considered at all? This was a very heavily used thing in WPF.
Is this going to be considered at all? This was a very heavily used thing in WPF.
If enough folks start replying with 👍 or comments saying they want this feature, then we'd consider it. I can't think of any technical reason that it couldn't be implemented.
At the moment we're prioritizing stabilization and bug fixes, so new features probably won't happen for a while.
👍
👍
👍
👍
👍
👍
Is there any current workaround for this?
👍
Yes please!
👍
👍 really disappointed this cannot be done
I need it too
If enough folks start replying with 👍 or comments saying they want this feature, then we'd consider it.
@hartez so exactly how many 👍 are we talking about here...
If enough folks start replying with 👍 or comments saying they want this feature, then we'd consider it.
@hartez so exactly how many 👍 are we talking about here...
That's more of a @Redth question 😃.
👍
Let's see if AI can do this for us!
:+1: Adding my voice to the crowd. MinWidth would be used and useful.