Search found 3 matches
- Tue Oct 26, 2004 5:51 pm
- Forum: .NET
- Topic: How do I uncheck items in the legend?
- Replies: 1
- Views: 4093
How do I uncheck items in the legend?
How do I uncheck items in the legend? Programmatically.
- Thu Oct 07, 2004 7:23 pm
- Forum: .NET
- Topic: Gantt Resize and Drag events fire continuously
- Replies: 3
- Views: 6587
Chris- I don't see how your suggestion will help me. Isn't the ValuesLists property just a collection of the the ValueList of StartValues, EndValues, etc.? If you look at the event handler I posted in my original post, you will see that I use the StartValues and EndValues ValueList to get the new va...
- Wed Oct 06, 2004 2:17 pm
- Forum: .NET
- Topic: Gantt Resize and Drag events fire continuously
- Replies: 3
- Views: 6587
Gantt Resize and Drag events fire continuously
I have a Gantt Chart with Gantt Drag and Resize allowed. I have event handlers for GanttResizeEventArgs and GanttDragEventArgs. With these event handlers I update my database to reflect changes by the user. However, this event appears to fire continuously as the bar is clicked. Is there anyway to ch...