StackPanel.LineLeft 方法

定義

將內容向左捲動一個邏輯單位。

public:
 virtual void LineLeft();
public void LineLeft ();
abstract member LineLeft : unit -> unit
override this.LineLeft : unit -> unit
Public Sub LineLeft ()

實作

備註

如果您需要實體捲動而非邏輯捲動,請將 包裝 StackPanel 在 中 ScrollViewer ,並將其 CanContentScroll 屬性設定為 false

適用於