ActiveTreeView 리뷰

평균 리뷰 스코어: 5 (1)

5 등급에서 5

5 등급
100%
4 등급
0%
3 등급
0%
2 등급
0%
1 등급
0%

가장 최근의 긍정적인 리뷰

samsoncaFife, United Kingdom5 등급
There are many tree controls around, many of which allow you to produce excellent ways for a user to select and view hierarchical data. Most tree controls however do not allow you to bind them to a... 더 읽기

가장 최근의 중요 리뷰

이 제품에 대한 부정적인 리뷰가 없습니다.
samsoncaFife, United Kingdom5 등급
There are many tree controls around, many of which allow you to produce excellent ways for a user to select and view hierarchical data. Most tree controls however do not allow you to bind them to a data source and use no code whatsoever to provide the basic tree, ActiveTreeView does !!!! It uses shaped record sets that in themselves can take a bit of time to learn, but once mastered, the treeview control itself is easy. Then you find that there are easy to use properties that indicate where in the tree the User is pointing to, and this opens up a whole host of programming possibilities. I have an 8 level hierarchical database and all this is displayed with interactive data sets displayed alongside the treeview, all with little more than 20 lines of code !!! Users love the control, as they only need to move the pointer over the control and the corresponding data is displayed alongside quickly. This fast access is available as you can use the same record set used by the treeview control, so there is no need for continual database access in your code.