I have created a delegate class for the QListWidget and I have added the delegate to a column of a QTableView. My scrollbars appear in my QListWidget when needed but the scroll does not appear to work. I am somewhat new to using the QTableView and delegates. Is there something, perhaps in the editorevent method that must be implemented to allow scrolling to work? If anyone has an example or can point me to something I would appreciate it.

Thanks in advance!