Tagged Questions

0
votes
1answer
110 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 …
1
vote
1answer
76 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 some …
0
votes
0answers
65 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 …
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 neare …
0
votes
0answers
19 views

snap.com customization code

is there a way to adjust the hover time before snap popups up?
6
votes
1answer
288 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 p …
2
votes
1answer
104 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. …
0
votes
3answers
427 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 w …