MaterialDesignInXAML / MaterialDesignInXAML/MaterialDesignInXamlToolkit
ValidationAssist.PopupPlacement does not work as expected
还没有人认领这个 Issue。
- 主要语言
- C#
- 星标
- 16.3k
- 派生
- 3.5k
- 平均合并
- 1 天 22 小时
- 30 天内合并 PR
- 8
描述
I have the following in my Xaml:
```xaml
```
I expect the popup to show up on the right of the TextBox. But instead I get the following:

Results are the same with MaterialDesignInXaml v3.1.2 and v3.2.0-ci1479.
There is another issue too. Alignment by the top edge produces bad looking result. VerticalAlignment is required for side placement, and better default to Center.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先,使用 ValidationAssist.PopupPlacement="Right" 和 ValidationAssist.UsePopup="True" 复现所报告的 XAML TextBox 情况,然后检查这些属性的实现。完成标准是:在侧边放置时,验证弹出窗口出现在 TextBox 旁边,并且顶部边缘对齐产生预期结果。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp
- 领域
- design, desktop
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100