使用WPF显示层次结构数据

发布于 2024-12-14 08:01:01 字数 261 浏览 1 评论 0原文

我有一个应用程序,需要根据数据选择(父子)显示分层数据。层次结构是:

公司>公司。工作部门>部门划分>部门主管>员工报告

根据设计,上述每一项均使用组合框表示。下面的每个级别都将根据上面的选择进行填充。例如,选择一家公司将加载该公司的所有工作部门。选择工作部门将加载所有部门等。

是否可以通过编写 XAML(使用 DataContext 或其他任何东西)来完成此任务?我真的不想为每个组合框编写 SelectionChanged 事件。

I have an application where I need to display hierarchical data based on data selection (parent-child). The hierarchy is:

Company > Work Sector > Sector Division > Division head > Employees Reporting

By design, each of the above items is represented using a combobox. Each level below will get populated based on the selection above. For example, selecting a company will load all the work sectors in the company. Selecting a work sector will load all the divisions and so on.

Is it possible to accomplish this by just writing XAML (using DataContext or anything else)? I really dont want to write the SelectionChanged event for each combobox.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文