树视图 - 突出显示多个项目
在 Powerbuilder 中,这里有人知道我如何在树视图上突出显示多个项目吗? Selecteditem 函数没有这样做。我正在寻找 Selectedrow id 正在做的行为。
谢谢!
In Powerbuilder, Does anyone here know how am i going to highlights multiple items on a treeview? Selecteditem function is not doing that. Im looking for a behavior just what Selectedrow id doing.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我自己没有尝试过,但 CodeXchange 上有一个示例(查找 Multi-选择 TreeView 控件)。
我认为树视图样式数据窗口可能更容易做到这一点。
如果没有的话,我在新闻组上找到了这个,不知道是否有帮助:
https://groups.google .com/forum/#!msg/powersoft.public.powerbuilder.objects/B2ulHBrSnrs/itwhNBjlyOoJ
I've not tried this myself but there is an example on CodeXchange (look for Multi-select TreeView Control).
I think the treeview style datawindow might be easier to do this with.
If not, I found this on the newsgroup, don't know if it helps:
https://groups.google.com/forum/#!msg/powersoft.public.powerbuilder.objects/B2ulHBrSnrs/itwhNBjlyOoJ
一种方法是使用树视图上的 CheckBoxes 属性,然后检查树视图项的 StatePicture(未选中 = 1,选中 = 2)。
祝你好运,
特里。
One approach to this is to use the CheckBoxes attribute on the treeview, then check the treeviewitem's StatePicture (Unchecked = 1, Checked = 2).
Good luck,
Terry.