0
プロジェクトのデバッグ中に、パネルのアニメーションが表示されません...遅れているだけですが、遷移は表示されません。C# - ブニフアニメーションが機能しません
if (sidePanel.Width == 260)
{
PanelAnimator.ShowSync(sidePanel);
sidePanel.Width = 0;
panelProduct.Height = 0;
panelOrdering.Height = 0;
panel4.AutoScroll = false;
}
else
{
PanelAnimator.ShowSync(sidePanel);
sidePanel.Width = 260;
panel4.AutoScroll = true;
}