You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documents/Changelog/Changelog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
## 2026-11-xx - Build 2611 (V110 Nightly) - November 2026
6
6
7
+
* Resolved [#2914](https://github.com/Krypton-Suite/Standard-Toolkit/issues/2914), White bar is shown in a `KryptonForm` Sizable without buttons and text
7
8
* Resolved [#2862](https://github.com/Krypton-Suite/Standard-Toolkit/issues/2862), Form border resize flicker
8
9
* Implemented [#595](https://github.com/Krypton-Suite/Standard-Toolkit/issues/595), Detachable Ribbons - Added ability to detach `KryptonRibbon` into a floating window with `AllowDetach` property, `Detach()` and `Reattach()` methods, and `RibbonDetached`/`RibbonReattached` events. See [Detachable Ribbons Documentation](Detachable-Ribbons-Feature.md) for comprehensive details.
9
10
* Implemented [#2898](https://github.com/Krypton-Suite/Standard-Toolkit/issues/2898), `KryptonHScrollBar` & `KryptonVScrollBar` - Part of #2658
Copy file name to clipboardExpand all lines: Source/Krypton Components/TestForm/StartScreen.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,7 @@ private void AddButtons()
61
61
CreateButton("Accessibility Test (UIA Providers)","Comprehensive demo and test for UIA Provider implementation (Issue #762). Tests all 10 controls with accessibility support, organized by category with detailed results.",typeof(AccessibilityTest));
62
62
CreateButton("Badge Test","Comprehensive badge functionality demonstration for KryptonButton and KryptonCheckButton.",typeof(ButtonBadgeTest));
63
63
CreateButton("Buttons Test","All the buttons you want to test.",typeof(ButtonsTest));
64
+
CreateButton("Bug 2914 Test","Tests the fix for 2914.",typeof(Bug2914Test));
64
65
CreateButton("BugReportingTool","Easily report bugs with this tool.",typeof(BugReportingDialogTest));
65
66
CreateButton("Code Editor","Native code editor with syntax highlighting, line numbering, code folding, and auto-completion.",typeof(CodeEditorTest));
66
67
CreateButton("Countdown Button","Comprehensive demonstration of KryptonCountdownButton features with customizable duration, format, and enable-at-zero options.",typeof(CountdownButtonTest));
0 commit comments