Click here to Skip to main content
15,913,610 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: WPF Rotary Button Control Pin
Kenneth Haugland13-May-15 1:27
mvaKenneth Haugland13-May-15 1:27 
GeneralRe: WPF Rotary Button Control Pin
Kevin Marois13-May-15 3:47
professionalKevin Marois13-May-15 3:47 
GeneralRe: WPF Rotary Button Control Pin
Kenneth Haugland13-May-15 4:07
mvaKenneth Haugland13-May-15 4:07 
GeneralRe: WPF Rotary Button Control Pin
Kevin Marois13-May-15 4:08
professionalKevin Marois13-May-15 4:08 
GeneralRe: WPF Rotary Button Control Pin
Kenneth Haugland13-May-15 4:11
mvaKenneth Haugland13-May-15 4:11 
GeneralRe: WPF Rotary Button Control Pin
Kevin Marois13-May-15 4:12
professionalKevin Marois13-May-15 4:12 
NewsNeed A WPF Joystick Type Control Pin
Kevin Marois12-May-15 8:06
professionalKevin Marois12-May-15 8:06 
AnswerRe: Need A WPF Joystick Type Control Pin
Afzaal Ahmad Zeeshan12-May-15 8:18
professionalAfzaal Ahmad Zeeshan12-May-15 8:18 
QuestionHow to forward Validation Errors from elements of a UserControl to the UserControl proper Pin
Bernhard Hiller12-May-15 2:29
Bernhard Hiller12-May-15 2:29 
AnswerRe: How to forward Validation Errors from elements of a UserControl to the UserControl proper Pin
Pete O'Hanlon12-May-15 3:07
mvePete O'Hanlon12-May-15 3:07 
GeneralRe: How to forward Validation Errors from elements of a UserControl to the UserControl proper Pin
Bernhard Hiller12-May-15 3:54
Bernhard Hiller12-May-15 3:54 
GeneralRe: How to forward Validation Errors from elements of a UserControl to the UserControl proper Pin
Pete O'Hanlon12-May-15 3:58
mvePete O'Hanlon12-May-15 3:58 
GeneralRe: How to forward Validation Errors from elements of a UserControl to the UserControl proper Pin
Bernhard Hiller12-May-15 23:45
Bernhard Hiller12-May-15 23:45 
GeneralRe: How to forward Validation Errors from elements of a UserControl to the UserControl proper Pin
Pete O'Hanlon12-May-15 23:49
mvePete O'Hanlon12-May-15 23:49 
AnswerRe: How to forward Validation Errors from elements of a UserControl to the UserControl proper Pin
Bernhard Hiller12-May-15 23:52
Bernhard Hiller12-May-15 23:52 
QuestionWPF UserControl In WinForms Problem Pin
Kevin Marois7-May-15 13:20
professionalKevin Marois7-May-15 13:20 
QuestionConvert This To WPF Pin
Kevin Marois6-May-15 13:44
professionalKevin Marois6-May-15 13:44 
AnswerRe: Convert This To WPF Pin
Pete O'Hanlon6-May-15 18:37
mvePete O'Hanlon6-May-15 18:37 
QuestionScrolling Timescale Design Pin
Kevin Marois22-Apr-15 8:21
professionalKevin Marois22-Apr-15 8:21 
I need to design a time scale control that scrolls horizontally. Think of a ruler with vertical lines for hours, minutes, and seconds that moves right to left as time tics.

Here's a basic idea[^]

Requirements:
  1. The user can decide to show Hours, Minutes, or Seconds, or all three.
  2. The content needs to scroll in relation to the scale shown... meaning if Minutes is selected, then every minute the scale needs to move from right to left the "width" of the space of one minute bar. The more ticks shown (seconds), the faster it moves.
  3. The content area needs to be dragable. Once dragging is done, the control should resume responding to timer events.
  4. There has to be a vertical bar that represents "now", and that bar should always be in the center. This should not be an issue since the control is moving in real time, so the center should always be the now position.
  5. There will be dots added to the control in real time that represent event that occurred. Clicking the dot will invoke some other action. (Don't need to code that action right now, just the dots appearing)
  6. I'd like to provide the option for smooth scrolling or incremental scrolling. This would probably be done using a constant motion for smooth scrolling and for incremental, it would move in response to a timer tic.
I have some ideas on how to design this, but I'd like to get some input before I start.

I've looked at this control[^] but it looks overly complex for what I want.

Thanks
If it's not broken, fix it until it is


modified 22-Apr-15 15:03pm.

AnswerRe: Scrolling Timescale Design Pin
Mycroft Holmes22-Apr-15 14:27
professionalMycroft Holmes22-Apr-15 14:27 
QuestionWPF Timer Threading Exception Pin
Kevin Marois22-Apr-15 6:25
professionalKevin Marois22-Apr-15 6:25 
QuestionProper way to do MouseDoubleClick in MVVM Pin
David Ceder13-Apr-15 3:17
David Ceder13-Apr-15 3:17 
AnswerRe: Proper way to do MouseDoubleClick in MVVM Pin
Mycroft Holmes13-Apr-15 14:34
professionalMycroft Holmes13-Apr-15 14:34 
AnswerRe: Proper way to do MouseDoubleClick in MVVM Pin
SledgeHammer0114-Apr-15 5:02
SledgeHammer0114-Apr-15 5:02 
AnswerRe: Proper way to do MouseDoubleClick in MVVM Pin
Pete O'Hanlon14-Apr-15 6:09
mvePete O'Hanlon14-Apr-15 6:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.