-
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
Describe the solution you'd like
/// <summary>
/// 获取/设置 第一个窗格是否可关闭
/// </summary>
[Parameter]
public bool FirstPaneCollapsible { get; set; }
/// <summary>
/// 获取/设置 第二个窗格是否可关闭
/// </summary>
[Parameter]
public bool SecondPaneCollapsible { get; set; }
/// <summary>
/// 获取/设置 当前折叠的窗格(FirstPane/SecondPane)
/// </summary>
[Parameter]
public string? CollapsedPane { get; set; }
/// <summary>
/// 获取/设置 固定大小的窗格(FirstPane/SecondPane)
/// </summary>
[Parameter]
public string? FixedPane { get; set; }
/// <summary>
/// 获取/设置 第一个窗格拖动最小值(px或%)
/// </summary>
[Parameter]
public string? FirstPaneMinSize { get; set; }
/// <summary>
/// 获取/设置 第二个窗格拖动最小值(px或%)
/// </summary>
[Parameter]
public string? SecondPaneMinSize { get; set; }
/// <summary>
/// 获取/设置 优先级窗格(FirstPane/SecondPane)
/// </summary>
[Parameter]
public string? PriorityPane { get; set; } |
Beta Was this translation helpful? Give feedback.
Answered by
ArgoZhang
Aug 25, 2024
Replies: 1 comment 2 replies
-
@izanhzh Thank you for contacting us. We will give feedback later. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@izanhzh
Issue
一般是要跟PR
关联的,建议一个 Issue 一个问题。这样方便跟踪管理