zoukankan      html  css  js  c++  java
  • 开源列表控件 for .NETCF 2.0 and Windows Mobile (Pocket PC, WinCE)

    NTable is open source .NET grid control based on Model View architecture and made like as JTable control from Java Swing. NTable developed as lite and quick control for .NETCF 2.0 and Windows Mobile (Pocket PC, WinCE). http://ntable.blogspot.com/

    NTable.0.1-Sources.zip  Mirror

    优势:可以定title,这是它最大的优点。

    推荐SourceGrid

    SourceGrid is a .NET Windows Forms grid control written entirely in C# with managed code. SourceGrid can be used to visualize or to change data in a table format.
    SourceGrid con be used bound to a data source (typically a DataView) or creating each cell directly.
    There are a lot of controls of this type available, but often are expensive, difficult to customize or too DataSet oriented.
    SourceGrid use only managed code (without API or Interop) and can be used with any .NET 2 compatible environments.

    In this article I want to supply an overview of the utilization and functionalities of the SourceGrid control. For details on the classes, properties or methods you can consult the documentation in CHM format or the example project in the ZIP file.
    For more information, a discussion forums, bug tracker system or to download the latest release go to the SourceForge page: http://sourceforge.net/projects/sourcegrid or to my home page http://www.devage.com/

    sourcegrid

    这个朋友还翻译了下:http://www.cnblogs.com/jht/category/29740.html


    Implementing a smoothly animated ListBox

    This article shows how you can implement a smooth list box that allows intuitive, friction affected, scrolling of the list items. By friction based, I mean that the user can apply a dragging force in one direction and the list will keep scrolling after the mouse or stylus is released and then slow down by itself. I've looked at how lists behave on the iPhone and tried to mimic that to a certain extent, but I'm nowhere near anything as cool as what the iPhone presents.

    smoothlistbox

  • Download source code - 184 KB
  • Download source code with keys - 191 KB
为成功找方法,不为失败找借口!
查看全文
  • 相关阅读:
    山东财经大学新生赛暨天梯赛选拔赛 A 骆驼拼写法
    Code 墓地 问题 A: 看电视(区间贪心)
    第九届蓝桥杯 乘积尾零(Java大数)
    《真正的力量来自内心深处》
    蓝桥杯训练 历届试题 买不到的数目 (猜公式)
    前缀和与差分 算法详解
    蓝桥杯训练 历届试题 回文数字 (暴力求解,毫无任何技术含量)
    蓝桥杯训练 历届试题 最大子阵 (只用了前缀和,没用dp写)
    实习开始
    MVC缺点总结
  • 原文地址:https://www.cnblogs.com/wt0731/p/1357398.html
  • Copyright © 2011-2022 走看看