ProgressBar 控件 RadioButton 控件 RichTextBox 控件 SaveFileDialog 组件 SoundPlayer 类 SplitContainer 控件 Splitter 控件 StatusBar 控件 StatusStrip 控件 TabControl 控件 TableLayoutPanel 控件 TextBox 控件 计时器组件 工具栏控件 ToolStrip 控件 ToolStripContainer 控件 ...
Windows FormsPanel控件用于为其他控件提供明显的分组。 通常,可使用面板按功能细分窗体。Panel控件类似于GroupBox控件;但是,只有Panel控件可以有滚动条,并且只有GroupBox控件显示标题。 本节内容 面板控件概述 说明此控件是什么及其关键功能和属性。 如何:使用设计器用 Windows 窗体 Panel 控件对控件进行分组 ...
Namespace: System.Windows.Forms Assembly: System.Windows.Forms.dll Implements the basic functionality of a scroll bar control.C# Sao chép public abstract class ScrollBar : System.Windows.Forms.ControlInheritance Object MarshalByRefObject Component Control ScrollBar ...
Implements the basic functionality of a scroll bar control.C# Copy public abstract class ScrollBar : System.Windows.Forms.ControlInheritance Object MarshalByRefObject Component Control ScrollBar Derived System.Windows.Forms.HScrollBar System.Windows.Forms.VScrollBar ...
Windows.Forms アセンブリ: System.Windows.Forms.dll スクロール バー コントロールの基本機能を実装します。C# コピー public abstract class ScrollBar : System.Windows.Forms.Control継承 Object MarshalByRefObject Component Control ScrollBar
Windows.Forms Assembly: System.Windows.Forms.dll Implements the basic functionality of a scroll bar control.C# คัดลอก public abstract class ScrollBar : System.Windows.Forms.ControlInheritance Object MarshalByRefObject Component Control ScrollBar ...
演练:使用 FlowLayoutPanel 在 Windows 窗体上排列控件 FolderBrowserDialog 组件 FontDialog 组件 GroupBox 控件 HelpProvider 组件 HScrollBar 和 VScrollBar 控件 ImageList 组件 标签控件 LinkLabel 控件 ListBox 控件 ListView 控件 主菜单组件 MaskedTextBox 控件 ...
演练:使用 FlowLayoutPanel 在 Windows 窗体上排列控件 FolderBrowserDialog 组件 FontDialog 组件 GroupBox 控件 HelpProvider 组件 HScrollBar 和 VScrollBar 控件 ImageList 组件 标签控件 LinkLabel 控件 ListBox 控件 ListView 控件 主菜单组件 MaskedTextBox 控件 ...
C# Tutorial for Using KetticScrollBar control for Windows Forms To using the KetticScrollBar, we shall handle the scroll events in .NET project. The following steps demonstrate how to use the two panels to implement scrolling for the content of the second panel. ...
There is currently a limitation in Windows Forms that prevents all classes derived from ScrollableControl from acting properly when both RightToLeft is enabled and AutoScroll is set to Yes. For example, let's say that you place a control such as Panel—or a con...