-
Notifications
You must be signed in to change notification settings - Fork 21
WPF 892314 - Updated WPF Gantt UG content changes #1405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WPF 892314 - Updated WPF Gantt UG content changes #1405
Conversation
|
Build Status: INQUEUE 🕒 |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
Build Status: INQUEUE 🕒 |
|
CI Status: ABORTED ❌ |
|
Build Status: INQUEUE 🕒 |
|
The CI Job is already running for this Pull Request/Merge Approved with latest commit id. You cannot trigger the duplicate job for same. |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
wpf/Gantt/getting-started.md
Outdated
| this.ganttControl.ItemsSource = new ViewModel().TaskDetails; | ||
| this.Content = ganttControl; | ||
| ganttControl.ItemsSource = new ViewModel().TaskDetails; | ||
| Content = ganttControl; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use prefix of this
this.Content = ganttControl;
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
Karthickmani97
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TamilarasanGunasekaran , Address my review corrections.
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
I have updated WPF Gantt UG content changes.