I need a listview with multiple buttons for scrolling. E.g.
ScrollToTop Button ScrollUp Button ListView ScrollDown Button ScrollToBottom Button
I have got the buttons working in a WPF application by using the code mentioned here. Now, I need to reuse this by making it a control(lookless?). The layout of the listview and buttons can be horizontal or vertical. Should I use custom control or user control?