Linqpad 8 show query tabs in single row
My linqpad 8 installation recently updated and now it's showing the query tabs in multiple rows. I'd like to get the single-row-with-scrolling behavior back, but I don't see an option for that. Is there a way to get it to show the tabs in one row?
Answers
-
LINQPad 8 has always worked this way - it was part of the transition to WPF (which has been completed in LINQPad 9). Unfortunately, the WPF component doesn't offer an option for horizontal scrolling. Writing a custom component that offers this option is on the TODO list.
-
I'm guessing VS2022 is doing the custom thing. I get a little pop-up for nearly ever project about how I can switch between the two modes (via Ctrl-Scroll Wheel, IIRC).
-
@JoeAlbahari said:
LINQPad 8 has always worked this way - it was part of the transition to WPF (which has been completed in LINQPad 9). Unfortunately, the WPF component doesn't offer an option for horizontal scrolling. Writing a custom component that offers this option is on the TODO list.That's weird. It definitely just started showing that way after the most recent auto-update, and I've been using LINQPad 8 since February of last year. This could definitely be the first LINQPad update since I most recently updated VS 2022.
I tried using mouse wheel a la VS to switch between single and multiple and that didn't work.