hi,
i have an ultragrid that is using CARDVIEW, it displays the items on one row with an horizontal scroll bar.
i don't want to display the horizontal scroll bar, i want to hide it and place two buttons (left and right with custom icons) to do the scrolling.
what code can i right in the buttons to scroll right and left horizontally?
thanks
hi Mr. Petrov,
thanks for your very helpful support, that's EXACTLY what i wanted.
thanks a lot.
Hi Trabulski,
In order to achieve custom horizontal scrolling with navigation buttons instead of using the default scrollbar, you have to implement creation filter for hiding the horizontal scrollbar and invoke ScrollCardIntoView method of the rows collection within the navigation buttons click event handler.
Look at the attached sample and let me know if you have additional questions.