Catalyst: Scrolling a UITableView by a mouse drag

Hi,

in my Catalyst app, a UITableView can be scrolled with two fingers on the trackpad. What doesn't work is dragging a mouse over it while clicking the mouse button. Is this supposed to work? In places where I use UIGestureRecognizers, they work with mouse drags.

Thanks,

Markus

  • Hi, did you resolved this?

Add a Comment

Accepted Reply

I realize that this is probably by design. In a Mac app, this way of scrolling is not intended - I guess I was too much expecting for it to work like in the iOS simulator.


One reason it confused me was that my UITableView had disabled scroll bars - after enabling them, they can be used to quickly scroll through the UITableView with the mouse.

Replies

I realize that this is probably by design. In a Mac app, this way of scrolling is not intended - I guess I was too much expecting for it to work like in the iOS simulator.


One reason it confused me was that my UITableView had disabled scroll bars - after enabling them, they can be used to quickly scroll through the UITableView with the mouse.