-
Notifications
You must be signed in to change notification settings - Fork 1
Update Readme file (new template) #1
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: 24.2.1+
Are you sure you want to change the base?
Update Readme file (new template) #1
Conversation
Co-authored-by: Albert Totten <[email protected]>
|
||
### Create a Resizable Control | ||
|
||
The `ResizableDataRow` control implements the `IResizeHelperOwner` interface to work with `ResizeHelper`. The control stores the current row height in the `RowHeight` property and updates this value when the splitter moves. |
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.
The `ResizableDataRow` control implements the `IResizeHelperOwner` interface to work with `ResizeHelper`.
I have one more question. Do you think we need to add an explanation that explains what ResizeHelper
does? For example:
"...to work with ResizeHelper
, which ... ."
Or if ResizeHelper
has a dedicated page, maybe we can link to it?
Let me know what you think.
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.
Yes, we can add this extra info. The final text looks as follows:
The ResizableDataRow
control implements the IResizeHelperOwner
interface to work with еру ResizeHelper
class, which handles mouse-based row resizing. The control stores the current row height in the RowHeight
property and updates this value when a user moves the splitter.
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.
It looks like "epy ResizeHelper
class" is a typo. Should it be "each ResizeHelper
class"?
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.
Sorry, it was THE but in ru keyboard
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.
I see now. Can you apply the change?
No description provided.