2017-06-01から1ヶ月間の記事一覧

C# QRコード

C# USBカメラ

C# DB

SQLite (ファイルベース) MySQL

TextBox (System.Windows.Controls)常に末尾にスクロールし表示する。

IT

private void textBox_TextChanged(object sender, TextChangedEventArgs e) { TextBox textBox = (TextBox)sender; textBox.ScrollToEnd(); }

WPFのUI

【FrameworkElement】 【Control】 【ContentControl】単一コンテンツを含む Label ScrollViewer ToolTip 【HeaderedContentControl】 【ItemsControl】複数コンテンツを含む 【HeaderedItemsControl】 TextBoxBase TextBox RichTextBox 【Decorator】 【Pan…