-
Notifications
You must be signed in to change notification settings - Fork 63
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
[Bug]: KDataGridView Cell Borders #499
Comments
For
|
cheers @mbsysde99 I'll create a PR and see if it still works in the Current test apps today. |
I see why this has been missed in testing, If the DrawBorders is set to |
I'll have to modify the code to take into account the other states.. |
- Add Example gif - Change the layout of the Readme to be able to see examples straight away Tests: Krypton-Suite/Standard-Toolkit#499
Note: Please generate a new Bug for the form borders with a specific example just for that |
Are the KForm borders messed up? |
Comment based on Original title and comment in original description. |
Bug reported by Erik on Discord
Toolkit version: Canary 6.2111.310-beta
Use the included program to reproduce.
Cell Borders are still displayed when set to false. Somewhat similar inconsistent behaviour with KForm
State.(Common, Normal, etc.).DataCell.Border has 2 properties that handle the cell borders:
When DrawBorders has one one or more options checked and Draw is set to False the cell-borders are
still shown.
Also the KryptonFrom object has similar behaviour (pic. 2) Only some of the border are
Is this the correct behaviour.
This shows Draw = False and still cell borders are present.
KForm has somewhat similar behaviour. Although setting draw to False and using RED as the border colour will turn the border colour to Black. But still draws the border. Only deselecting all DrawBorders options will remove the border.State(Active, Inactive Common).Border & .Header.Border all have similar behaviour.
KDataGridViewBorders.zip
The text was updated successfully, but these errors were encountered: