FlexGrid for WPF
FlexGrid API の比較
WPF グリッドの比較 > FlexGrid API の比較

WPF エディションの WinForms の C1FlexGrid クラスのオブジェクトモデルついて説明します。

要素

プロパティ

FlexGrid for WinForms

FlexGrid for WPF

コメント

BottomRow

BottomRow

Cols

Columns

ExtendLastCol

 

最後の列の幅を "*" に設定します。

LeftCol

LeftColumn

Rows

 

RightCol

 

TopRow

 


メソッド

FlexGrid for WinForms

FlexGrid for WPF

コメント

FindRow(...)

 

サポートされていません(コードで簡単に実行可能)


イベント

FlexGrid for WinForms

FlexGrid for WPF

コメント

EnterCell

SelectionChanged

LeaveCell

SelectionChanging

RowValidated

OnRowEditEnded

RowValidating

OnRowEditEnding

コア機能

プロパティ

FlexGrid for WinForms

FlexGrid for WPF

コメント

AllowAddNew

 

データソースレベルでサポート。組み込み UI なし。

AllowDelete

 

サポートされていません。

AllowEditing

IsReadOnly

WPF コントロールで一貫性を持たせるために名前が変更されています。

AllowFiltering

 

データソースレベルでサポート。組み込み UI なし。

AllowFreezing

 

Rows.Frozen プロパティと Columns.Frozen プロパティを参照してください。

AllowMerging

AllowMerging

AllowSorting

AllowSorting

AutoSearch

 

サポートされていません。

AutoSearchDelay

 

サポートされていません。

AutoGenerateColumns

AutoGenerateColumns

DataSource

ItemsSource

Enabled

IsEnabled

EditOptions

 

CellFactory プロパティと PrepareCellForEdit イベントを参照してください。

SelectionMode

SelectionMode

Subtotal

Column.GroupAggregate

SubtotalPosition

 

サポートされていません。


メソッド

FlexGrid for WinForms

FlexGrid for WPF

コメント

BeginUpdate

 

EndUpdate

 

FinishEditing (bool cancel)

 

LoadExcel (string)

 

SaveExcel (string)

 

Select(int row, int col, bool scrollIntoView)

 

Sort (order, int col1, int col2)

 

StartEditing (row, col)

 


イベント

FlexGrid for WinForms

FlexGrid for WPF

コメント

AfterSort

 

AfterSubtotal

 

サポートされていません。

BeforeSubtotal

 

サポートされていません。

StartEdit

BeginningEdit

SetUpEditor

PrepareCellForEdit

レイアウトおよび外観

プロパティ

FlexGrid for WinForms

FlexGrid for WPF

コメント

BackColor

Background

ClipboardCopyMode

ClipboardCopyMode

DrawMode

 

CellFactory プロパティを参照してください。

HighLight

 

サポートされていません。

NewRowWatermark

 

サポートされていません。

ShowButtons

 

サポートされていません。

ShowCellLabels

 

サポートされていません。

ShowCursor

 

サポートされていません。

ShowErrors

 

サポートされていません。

ShowSort

ShowSort

FocusRect

 

サポートされていません。

ユーザー操作

プロパティ

FlexGrid for WinForms

FlexGrid for WPF

コメント

AllowDragging

AllowDragging

AllowResizing

AllowResizing

AutoResize

 

AutoSizeRows メソッドと AutoSizeColumns メソッドを参照してください。

ScrollBars

HorizontalScrollbarVisibility VerticalScrollbarVisibility

サポートされていません。

ScrollOptions

 

サポートされていません。

ScrollPosition

ScrollPosition


イベント

FlexGrid for WinForms

FlexGrid for WPF

コメント

AfterScroll             

ScrollPositionChanged

BeforeScroll

ScrollPositionChanging

AfterSelChange

SelectionChanged

BeforeSelChange

SelectionChanging

SelChange

SelectionChanged

キーボード操作

プロパティ

FlexGrid for WinForms

FlexGrid for WPF

コメント

AutoClipboard

 

ClipboardCopyMode と ClipboardPasteMode を参照してください

ClipboardCopyMode

ClipboardCopyMode

KeyActionEnter

KeyActionEnter

KeyActionTab

KeyActionTab

ScrollOptions

 

サポートされていません。

ScrollPosition

ScrollPosition

階層化機能

プロパティ

FlexGrid for WinForms

FlexGrid for WPF

コメント

TreeIndent

Tree.Indent

Tree.Show(level)

CollapseGroupsToLevel(level)

関連トピック