-
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 #1067
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: hotfix/hotfix-v27.1.48
Are you sure you want to change the base?
ES- 914242-User Guide Update regarding Rowheight and ColumnWidth for WF PivotGrid Control #1067
Conversation
…he rows and columns in pivot grid control using QueryRowHeight and QueryColWidth event
…he rows and columns in pivot grid control using QueryRowHeight and QueryColWidth event
…ot Grid Control Winforms User guide
Build Status: INQUEUE 🕒 |
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.
You can modify the width of columns in the PivotGrid
by handling the QueryColWidth
event. This allows you to adjust the column width based on the column index.
The following code example demonstrates how to set the width of columns using their index:
@Rabina4363 - You can use the above content additionally can you add screenshot for this case? Refer DataGrid QueryRowHeight UG and prepare the image based on that.
Build Status: INQUEUE 🕒 |
Build Status: INPROGRESS 🔃 |
CI Status: FAILURE ❌ |
Build Status: INQUEUE 🕒 |
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.
@Rabina4363 - Changes are fine. Can you get content review for this?
Build Status: INQUEUE 🕒 |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INQUEUE 🕒 |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
… pivot columns in content
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INQUEUE 🕒 |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INQUEUE 🕒 |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
… Style Architecture
Build Status: INPROGRESS 🔃 |
CI Status: FAILURE ❌ |
…l Style Architecture
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
#1069