Tagged Questions
9
votes
1answer
1k views
WPF snapping controls
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 to fill a given ...
3
votes
1answer
451 views
How can I make a Slider control in WPF that has a single snap point?
For example the 'Zoom' control in Microsoft Word/PowerPoint 2010 has a snap point at value 100%.
I know that there is a possibility to make it snap to specific intervals by setting up ticks, and ...
3
votes
3answers
709 views
Algorithm for dragging objects on a fixed grid
I am working on a program for the mapping and playing of the popular tabletop game D&D :D Right now I am working on getting the basic functionality like dragging UI elements around, snapping to ...
2
votes
1answer
266 views
Make resizing snap to certain widths of a Window
Background:
I have a window that starts out with a width of 240px, some visual elements can only be displayed a particular way at this width, however resizing is allowed and must be allowed.
If ...
2
votes
4answers
683 views
Adorners for C# Windows Forms
I have a canvas (Panel Control) in my WinForms app where users can drag things like textbox's, labels etc around. But I want to make it easier for them to more precisely align the objects. I've read ...
1
vote
2answers
478 views
Snap-To lines when aligning controls at Runtime
I have an app where users can drag controls around on a Form. But they
re asking me for Snap-To lines to make the alignment of controls easier. I have no idea about the snep-to lines and how to ...