2015-09-24 76 views

回答

0

你嘗試this

int vertScrollWidth = SystemInformation.VerticalScrollBarWidth; 

flowlayoutPanel1.Padding = new Padding(0, 0, vertScrollWidth, 0); 

或者設置

flowDirection=leftToRight 
flowlayoutPanel.HorizontalScroll.Visible = false 
wrapContents = true 
相關問題