diff --git a/SunnyUI/Controls/UIDataGridView.cs b/SunnyUI/Controls/UIDataGridView.cs
index 5a58996c..d3fd6a9c 100644
--- a/SunnyUI/Controls/UIDataGridView.cs
+++ b/SunnyUI/Controls/UIDataGridView.cs
@@ -829,7 +829,7 @@ namespace Sunny.UI
///
/// 填充颜色,当值为背景色或透明色或空值则不填充
///
- [Description("填充颜色"), Category("SunnyUI")]
+ [Description("滚动条填充颜色"), Category("SunnyUI")]
[DefaultValue(typeof(Color), "80, 160, 255")]
public Color ScrollBarColor
{
@@ -849,7 +849,7 @@ namespace Sunny.UI
///
/// 填充颜色,当值为背景色或透明色或空值则不填充
///
- [Description("填充颜色"), Category("SunnyUI")]
+ [Description("滚动条背景颜色"), Category("SunnyUI")]
[DefaultValue(typeof(Color), "243, 249, 255")]
public Color ScrollBarBackColor
{
diff --git a/SunnyUI/Controls/UIFlowLayoutPanel.cs b/SunnyUI/Controls/UIFlowLayoutPanel.cs
index c58330a9..b23157e0 100644
--- a/SunnyUI/Controls/UIFlowLayoutPanel.cs
+++ b/SunnyUI/Controls/UIFlowLayoutPanel.cs
@@ -271,7 +271,7 @@ namespace Sunny.UI
///
/// 填充颜色,当值为背景色或透明色或空值则不填充
///
- [Description("填充颜色"), Category("SunnyUI")]
+ [Description("滚动条填充颜色"), Category("SunnyUI")]
[DefaultValue(typeof(Color), "80, 160, 255")]
public Color ScrollBarColor
{
diff --git a/SunnyUI/Controls/UIListBox.cs b/SunnyUI/Controls/UIListBox.cs
index 9235c09a..77e97b6b 100644
--- a/SunnyUI/Controls/UIListBox.cs
+++ b/SunnyUI/Controls/UIListBox.cs
@@ -99,7 +99,7 @@ namespace Sunny.UI
///
/// 填充颜色,当值为背景色或透明色或空值则不填充
///
- [Description("填充颜色"), Category("SunnyUI")]
+ [Description("滚动条填充颜色"), Category("SunnyUI")]
[DefaultValue(typeof(Color), "80, 160, 255")]
public Color ScrollBarColor
{
@@ -118,7 +118,7 @@ namespace Sunny.UI
///
/// 填充颜色,当值为背景色或透明色或空值则不填充
///
- [Description("填充颜色"), Category("SunnyUI")]
+ [Description("滚动条背景颜色"), Category("SunnyUI")]
[DefaultValue(typeof(Color), "243, 249, 255")]
public Color ScrollBarBackColor
{
diff --git a/SunnyUI/Controls/UIRichTextBox.cs b/SunnyUI/Controls/UIRichTextBox.cs
index a00cf0c7..52409b61 100644
--- a/SunnyUI/Controls/UIRichTextBox.cs
+++ b/SunnyUI/Controls/UIRichTextBox.cs
@@ -285,7 +285,7 @@ namespace Sunny.UI
///
/// 填充颜色,当值为背景色或透明色或空值则不填充
///
- [Description("填充颜色"), Category("SunnyUI")]
+ [Description("滚动条填充颜色"), Category("SunnyUI")]
[DefaultValue(typeof(Color), "80, 160, 255")]
public Color ScrollBarColor
{
@@ -304,7 +304,7 @@ namespace Sunny.UI
///
/// 填充颜色,当值为背景色或透明色或空值则不填充
///
- [Description("填充颜色"), Category("SunnyUI")]
+ [Description("滚动条背景颜色"), Category("SunnyUI")]
[DefaultValue(typeof(Color), "White")]
public Color ScrollBarBackColor
{
diff --git a/SunnyUI/Controls/UITextBox.cs b/SunnyUI/Controls/UITextBox.cs
index 37a0d044..ab11836b 100644
--- a/SunnyUI/Controls/UITextBox.cs
+++ b/SunnyUI/Controls/UITextBox.cs
@@ -809,7 +809,7 @@ namespace Sunny.UI
///
/// 填充颜色,当值为背景色或透明色或空值则不填充
///
- [Description("填充颜色"), Category("SunnyUI")]
+ [Description("滚动条填充颜色"), Category("SunnyUI")]
[DefaultValue(typeof(Color), "80, 160, 255")]
public Color ScrollBarColor
{
@@ -827,7 +827,7 @@ namespace Sunny.UI
///
/// 填充颜色,当值为背景色或透明色或空值则不填充
///
- [Description("填充颜色"), Category("SunnyUI")]
+ [Description("滚动条背景颜色"), Category("SunnyUI")]
[DefaultValue(typeof(Color), "White")]
public Color ScrollBarBackColor
{