C# Класс Nexus.UI.Controls.AutosizeLabel

A multiline label that resizes with the content.
Currently, the label only resizes its height.
Наследование: System.Windows.Forms.ScrollableControl
Показать файл Открыть проект Примеры использования класса

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