Hi!
How can I force a CardItem to be visible?
CardBox:nIndex sets the focus to a card but does not scroll to it when the card is not visible.
Regards, Timm
Timm wrote:Hi!
How can I force a CardItem to be visible?
CardBox:nIndex sets the focus to a card but does not scroll to it when the card is not visible.
Regards, Timm
Code: Select all
METHOD SetIndex( Value ) CLASS XDBCardBox
::oDataSet:GoTo( Value )
RETURN ::Super:SetIndex( Value )