Click here to Skip to main content
15,888,733 members
Home / Discussions / WPF
   

WPF

 
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 
QuestionHow can we change date in datepicker on selecting different country culture in combo box in MVVM? Pin
Member 1142836713-Apr-15 0:05
Member 1142836713-Apr-15 0:05 
AnswerRe: How can we change date in datepicker on selecting different country culture in combo box in MVVM? Pin
Pete O'Hanlon13-Apr-15 0:42
mvePete O'Hanlon13-Apr-15 0:42 
GeneralRe: How can we change date in datepicker on selecting different country culture in combo box in MVVM? Pin
Member 1142836714-Apr-15 18:16
Member 1142836714-Apr-15 18:16 
QuestionMFC CDialog hosting WPF components Pin
Member 88339813-Apr-15 4:34
Member 88339813-Apr-15 4:34 
QuestionDataGridComboBoxColumn - Combo Doesn't Show Pin
Kevin Marois1-Apr-15 8:57
professionalKevin Marois1-Apr-15 8:57 
AnswerRe: DataGridComboBoxColumn - Combo Doesn't Show Pin
Mycroft Holmes1-Apr-15 14:23
professionalMycroft Holmes1-Apr-15 14:23 
AnswerRe: EF Autoupdate Pin
Mycroft Holmes1-Apr-15 14:18
professionalMycroft Holmes1-Apr-15 14:18 
GeneralRe: EF Autoupdate Pin
Mycroft Holmes6-Apr-15 12:38
professionalMycroft Holmes6-Apr-15 12:38 
QuestionWPF migration frame work 3.5 to 4.5 framework Pin
karthikchinnu30-Mar-15 8:37
karthikchinnu30-Mar-15 8:37 
AnswerRe: WPF migration frame work 3.5 to 4.5 framework Pin
Gerry Schmitz30-Mar-15 11:43
mveGerry Schmitz30-Mar-15 11:43 
AnswerRe: WPF migration frame work 3.5 to 4.5 framework Pin
Praveen Raghuvanshi5-Apr-15 7:18
professionalPraveen Raghuvanshi5-Apr-15 7:18 

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.