2006-10-20から1日間の記事一覧

System.Windows.Controlsの紹介 - ScrollViewer

WPF

XAML <Window x:Class="Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="ScrollViewer" Height="120" Width="210" > <ScrollViewer HorizontalScrollBarVisibility="Visible"> </scrollviewer></window>

System.Windows.Controlsの紹介 - TabControl

WPF

今回は、WindowsフォームのTabControl(System.Windows.Forms名前空間)と比較するかたちで、WPFのTabControl(System.Windows.Controls名前空間)を紹介したいと思います。 WindowsフォームのTabControl TabControlはTabPageをコレクションとして持っており…