开发者

What's the difference between ListView and GestureListView?

开发者 https://www.devze.com 2023-01-30 10:20 出处:网络
What\'s the difference between开发者_开发百科 ListView and GestureListView? Examples would be helpful.the TListview is a VCL control, based in the windows listview, this component is for general use a

What's the difference between开发者_开发百科 ListView and GestureListView? Examples would be helpful.


the TListview is a VCL control, based in the windows listview, this component is for general use and supports different visualizations (styles) like report style, lists, small icons, etc.

What's the difference between ListView and GestureListView?

by the other hand the TGestureListView is a TCustomListView descendant which was made to display the name of gestures and a small thumbnail with the gesture’s shape.

What's the difference between ListView and GestureListView?

0

精彩评论

暂无评论...
验证码 换一张
取 消