Tagged Questions

6
votes
1answer
290 views

WPF snapping controls

Hello everyone, my current free-time project, in order to dive into WPF MVVM, is a "digital" copy of an old puzzle I used to play a lot in my childhood. It basically is a simple puzzle where one has …
2
votes
1answer
106 views

Guidance on Snap to Edge Effect

I'm having trouble wrapping my head around how to code this, and would appreciate any assistance. The picture above is something I googled quickly, but depicts a decent example. Imagine the …
1
vote
1answer
80 views

Snap to nearest marker

Hi there , i am using GoogleMaps and i have 2 or more markers and they are draggable. I want to snap 2 markers if they are near and merge them into 1. is this possible ? Can someone give me pointers …
0
votes
1answer
22 views

jQuery: snapped scrolling - possible?

hi all, i'm having a scrollable table with fixed header. would it be possible to have "snapped scrolling" on the scrollbar - which means that the table rows won't scroll pixel by pixel but snap …
0
votes
0answers
69 views

VS: SplitContainer control. How to implement “snapping”?

I use Visual Studio (C#) 2008 I've got a SplitContainer - each of its two panels contains one datagridview. The user can resize the panels by dragging the splitter up and down. I'd like to implement …
0
votes
1answer
123 views

Make Vertical Scrollbar in DataGridView not Snap to Cell Top

So, I have a DataGridView that has multi-line data. I set the default cell style to have wrap turned on for cells so that the multi-line data is displayed rather than it all being on one line. …
0
votes
4answers
137 views

Snap point to a line - Java

Hi, I have two gps coordinates which link together to make a line. I also have a gps point which is near to, but never exactly on, the line. My question is how do I find the nearest point along the …
0
votes
0answers
19 views

snap.com customization code

is there a way to adjust the hover time before snap popups up?
0
votes
3answers
431 views

What is wrong with my snap to grid code?

First of all, I'm fairly sure snapping to grid is fairly easy, however I've run into some odd trouble in this situation and my maths are too weak to work out specifically what is wrong. Here's the …