-
Notifications
You must be signed in to change notification settings - Fork 14
ES- 914242-User Guide Update regarding Rowheight and ColumnWidth for WF PivotGrid Control-Dev #1069
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
base: development
Are you sure you want to change the base?
ES- 914242-User Guide Update regarding Rowheight and ColumnWidth for WF PivotGrid Control-Dev #1069
Conversation
…ation in the Pivot Grid Windforms
Build Status: INQUEUE 🕒 |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
@@ -147,3 +147,43 @@ End Class | |||
{% endhighlight %} | |||
|
|||
{% endtabs %} | |||
|
|||
## Set Width for the columns |
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.
Set the width for the pivot columns
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.
@SathiyathanamSathish As per your suggestion , I changed the title and content from columns to pivot columns
|
||
## Set Width for the columns | ||
|
||
The width of the columns can be changed using the `QueryColWidth` event. |
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.
change the columns to pivot columns
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.
@SathiyathanamSathish -I have changed columns to pivot columns
@@ -147,3 +147,44 @@ End Class | |||
{% endhighlight %} | |||
|
|||
{% endtabs %} | |||
|
|||
## Set Height for the rows |
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.
@Rabina4363 - Change the header like this "Set the height for the pivot rows".
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.
@SathiyathanamSathish - I changed the header like "Set the height of the pivot rows"
|
||
## Set Height for the rows | ||
|
||
The height of the rows can be changed using the `QueryRowHeight` event. |
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.
@Rabina4363 - rows to pivot rows
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.
@SathiyathanamSathish - I have changed rows to pivot rows
Build Status: INQUEUE 🕒 |
Build Status: INPROGRESS 🔃 |
The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit. |
CI Status: ABORTED ❌ |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
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.
@susmitha-sundar - I have reviewed the changes. ? Could you please review and update your concerns?
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INQUEUE 🕒 |
The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit. |
CI Status: ABORTED ❌ |
Build Status: INQUEUE 🕒 |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INPROGRESS 🔃 |
CI Status: FAILURE ❌ |
Build Status: INQUEUE 🕒 |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Task Details :
Task:914242 - Need to update the PivotGrid user guide with the QureryRowHeight related in information
Task Description
I have updated the details about adjusting row height and column width in the Winforms PivotGrid Control User Guide
Related PR
#1067