Re: Horizontal scrolling not possible with touchpad with Metal and Nimbus L&F when both scrollbars are visible

2014-07-30 Thread Mike Swingler
FYI, the code to do horizontal scroll in Aqua is in . The whole point of this class is to do the "grody hack". ;-) Cheers, Mike Swingler Apple Inc. On Jul 26, 2014, at 4:54 AM, Robert Krü

Re: Horizontal scrolling not possible with touchpad with Metal and Nimbus L&F when both scrollbars are visible

2014-07-30 Thread Gregg Wonderly
It would be prudent to have a try {} finally {} around the disable/enable so that runtime exceptions don’t leave the UI in an odd state. Gregg Wonderly On Jul 30, 2014, at 10:43 AM, Mike Swingler wrote: > FYI, the code to do horizontal scroll in Aqua is in >