C# 클래스 Nexus.UI.Controls.AutosizeLabel

A multiline label that resizes with the content.
Currently, the label only resizes its height.
상속: System.Windows.Forms.ScrollableControl
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Label_ContentsResized void
Label_TextChanged void
SetUpScrollHandling void

공개 메소드들

메소드 설명
AutosizeLabel ( ) : System

The default constructor.

비공개 메소드들

메소드 설명
Label_ContentsResized ( object sender, System.Windows.Forms.ContentsResizedEventArgs e ) : void

Handles the RichTextBox.ContentsResized event of the rich text label.

Resizes the label as the content size changes.

Label_TextChanged ( object sender, EventArgs e ) : void

Handles the Control.TextChanged event of the rich text label.

Raises the Control.TextChanged event for the control.

SetUpScrollHandling ( ) : void

Sets up the control to handle srolling.

메소드 상세

AutosizeLabel() 공개 메소드

The default constructor.
public AutosizeLabel ( ) : System
리턴 System