How can i implement the paging effect in a FlowLayoutPanel control?
问题 Thanks to the following code i create and add images - as thumbnails - to the FlowLayoutPanel. The implementation is pretty simple. I read the available images within the directory and call the following sub procedure. Private Sub LoadImages(ByVal FlowPanel As FlowLayoutPanel, ByVal fi As FileInfo) Pedit = New DevExpress.XtraEditors.PictureEdit Pedit.Width = txtIconsWidth.EditValue Pedit.Height = Pedit.Width / (4 / 3) Dim fs As System.IO.FileStream fs = New System.IO.FileStream(fi.FullName,