digitalcreations / MaxTo

Public issue tracker for MaxTo
https://docs.maxto.net
77 stars 5 forks source link

Snap dividers to common ratios #316

Open hobbyhoarder opened 5 years ago

hobbyhoarder commented 5 years ago

When creating new regions, the ratios at the bottom are very helpful (1/3, 1/2 etc.). It would be even better if the divider would snap once it's close enough to one of the ratios. That way, you don't have to be very precise if you want to split it exactly at 1/3, you just drag the divider near it and it will snap automatically.

vegardlarsen commented 5 years ago

I absolutely agree. The problem is that the built-in control that we are using (WPF's GridSplitter) doesn't support snap points. This means this is something we would have to implement ourselves, which we haven't gotten around to yet.

YAMLcase commented 4 years ago

yea, I was just about to open an issue on this, thank you for saving me the trouble! I happen to use 3 monitors in Nvidia's "Surround" mode (all monitors act as one). Being able to snap to the 1/3 and 2/3 mark would be a godsend. This is really necessary on my work laptop that goes back & forth from my tri-monitor setup to a single UW with different region needs. Thanks!