灯开关组织结构图

发布于 2024-12-07 09:51:56 字数 312 浏览 0 评论 0原文

情况:

  1. 我有一个包含员工信息的应用程序,
  2. 每个员工都有一个经理字段(指另一名员工)
  3. 为了增强体验,我正在考虑根据输入的信息放置一个组织结构图。

问题

  1. 有没有办法根据 Lightswitch 中的员工-经理信息动态生成组织结构图?我知道我会重复这些关系,但我不确定如何呈现它。
  2. 如果不可能以图形格式表示,是否可以将其以网格形式表示?
  3. 是否可以通过创建自定义控件来实现?

Situation:

  1. I have an application that have Employee information
  2. Each Employee has a Manager field (that refers to another employee)
  3. To enhance the experience, I was thinking of placing an organization chart based on the inputted information.

Question:

  1. Is there a way to dynamically generate an organizational chart based on Employee-Manager information in Lightswitch? I know I will recurse on the relationships, however I'm unsure on how to present it.
  2. If it's not possible in a graphical format, would it be possible to have it represented in a grid?
  3. Would it be possible through creating a custom control?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梨涡少年 2024-12-14 09:51:56

我创建了一个自定义控件来处理层次结构。您可以看到一些屏幕截图和源代码

自定义控件基于 Karol Zadora msdn 帖子

I have create a custom control to work with hierarchies. You can see some screen shots and source code.

The custom control is based on Karol Zadora msdn post.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文