PXListView
PXListView copied to clipboard
An optimized Cocoa list view for Mac OS X 10.5 and greater
Steps to Reproduce: 1. Set NUM_EXAMPLE_ITEMS to 1000 2. Start demo app 3. Select an item 4. Press cursor down repeatedly 5. Observe that PXListView scrolls to the absolute bottom...
If you have more cells than fit in the window, and you drag a cell to the bottom of the window, the list should automatically scroll the list to reveal...
I have a project that's using PXListView. It also allows for drag and drop of individual cells. The cells, when being dragged and dropped, in my case, cannot be dropped...
Anyone thought about adding doubleAction support? Thought I'd check before adding it.. :) Thanks
After upgraded to the latest version of PXListView, I found that I can no longer drag and drop now. Is this related to the new feature which allows to deselect...
Steps to reproduce: 1. Click on any row in the list view. 2. Click anywhere on the uppermost row of pixels for the selected row. 3. Try to scroll; it...
Resizing the list view alters the vertical scroll position, which changes the rows that are in view. The behaviour should be to keep the vertical scroll offset the same after...