我想冻结第1、2页的话是要用到这个属性的,但是我怎样捕捉到那个点击滚动的事件呢?
======
rz本身就有那个OnScrolledTabs事件和TabIndexInView属性,试试呢
Occurs when tabs are scrolled by clicking the scroll buttons.
property OnScrolledTabs: TNotifyEvent;
__property Classes::TNotifyEvent OnScrolledTabs
Description
This event gets fired when the tabs are scrolled by clicking the scroll buttons.
=============
Determines if specified tab is currently in view.
function TabIndexInView(Index: Integer): Boolean;
Description
This method determines if the specified tab index is currently in view, or has been hidden because it has been scrolled out of view.