按照Form类型

按照源码分类

搜索历史

    关键字:“control” 类型:“控件应用”
    检索结果:4 条记录(耗时 3 毫秒)
    • 显示/隐藏GRIDVIEW的列源码

      一、源码描述环境:VS2022sql2019二、功能介绍显示/隐藏GridView的列源码介绍:这篇文章演示如果让用户有显示/隐藏他们需要的GridView的列的功能,这是非常有用的,因为在GridView的所有列并不是每个的用户都需要的.用户想根据自己的需求看到想要的列.而不是显示一个巨大的gridview,霸占了整个屏幕,而是一个整洁的Gridview,而且它有所有你需要的列.对于页面的打印这也是一个非常有用的技术,因为用户可以灵活地选择GridView的列打印。背景:RowCreated和ItemDataBound事件允许你用多种方式注入HTML,CSS,和JavaScript来增强GridView控件的功能。示例项目的例子:客户端的例子:C#.NET-Client-sideexampleaccessingdatastoredinsession.C#.NET-Client-sideexamplewhichincludes:MasterPage,UpdatePanel,GridViewediting,pagingandsorting,accessingdataviatheSqlDa

      免费
      立即下载
    • WPF全景控件PANORAMA源码

      WPF全景控件Panorama源码源码描述:Panorama的作用是非常简单,可以很容易地总结以下几点:1.CreateaMetrostylecontrol.IsayStyle,asitmaynotbe100%inlinewithwhattheWin8Metrotileinterfacedoes,orhowitfunctions,buttobehonest,itfittedmyneedswellenoughandIfigureditmaybeOKforothers.Sobewarned,itisnotlikethebestcontrolever,itisinfactprettysimple.2.Allowittobeusedindirectcontentmode/oruseMVVMtodrivethecreationofUIelements,viaDataBinding.3.Allowuserstocustomisetheprimary/complementarycolorsthatshouldbeusedwhengeneratingtiles.4.Allowsingletilegro

      免费
      立即下载
    • 自制GRIDVIEW控件示例源码

      自制GridView控件示例源码项目描述GenericGridView是GridView控件的引申。在内部GridView控件的ViewState被禁用,因为作者喜欢管理自己的GridView状态。如果你喜欢效率和自由,请不要使用ViewState。后面的代码几乎没有逻辑。所有的处理是在helper类。UnabletogetthedesiredbehaviourfromtheASP.NETbuilt-inGridViewcontrol,Idecidedtowriteagridcontrol(bywrappingupGridView)myselfforaclientofmine.ThegridcontrolIdeveloped(IcallitGenericGridView)overcomestheaforementionedproblemsofASP.NETbuilt-inGridViewcontrolandalsosatisfiesalltherequirementsofmyclient,butitmaynotmeetyourneeds.However,Ihopethatmycodew

      免费
      立即下载
    • WinForm各种控件操作

      WinForm自定义各种控件,UI特效、常用且实用的控件

      ***RMB
      立即下载