• 大小: 6.23KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 分页  

资源简介

listview 分页示例

资源截图

代码片段和文件信息

using System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Runtime.InteropServices;
using System.Windows.Forms;
using System.Windows.Forms.Design;

namespace LooongSoft
{
/// 
/// Summary description for ListViewPager.
/// 

[Designer(typeof(ListViewPagerDesigner))]
public class ListViewPager : System.Windows.Forms.UserControl
{
#region Designer
private System.Windows.Forms.Button _firstButton;
private System.Windows.Forms.Button _preButton;
private System.Windows.Forms.TextBox _goTextBox;
private System.Windows.Forms.Button _goButton;
private System.Windows.Forms.Button _nextButton;
private System.Windows.Forms.Button _lastButton;
private System.Windows.Forms.Lab

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      15298  2007-03-23 12:32  ListViewPager.resx

     文件      19513  2007-07-28 16:08  ListViewPager.cs

----------- ---------  ---------- -----  ----

                34811                    2


评论

共有 条评论