zoukankan      html  css  js  c++  java
  • wpf 平滑效果随记

    <ListBox Margin="0,0,0,0" Name="listBox1" Height="151.5" VerticalAlignment="Top" ScrollViewer.CanContentScroll="False"
     HorizontalAlignment="Left" Width="219"
                <ListBoxItem Height="38.337">listitem 1</ListBoxItem
                <ListBoxItem Height="38.337">listitem 2</ListBoxItem
                <ListBoxItem Height="38.337">listitem 3</ListBoxItem
                <ListBoxItem Height="38.337">listitem 4</ListBoxItem
                <ListBoxItem Height="38.337">listitem 5</ListBoxItem
                <ListBoxItem Height="38.337">listitem 6</ListBoxItem
                <ListBoxItem Height="38.337">listitem 7</ListBoxItem
                <ListBoxItem Height="38.337">listitem 8</ListBoxItem
    </ListBox

    待记……

  • 相关阅读:
    关于日期
    修改video标签自带按钮的默认样式
    vue相关
    手机
    国内优秀npm镜像
    一些技能整理
    小程序
    $('.mydiv>ul')和$('.mydiv ul')的不同
    Python 字符编码
    Python 正则表达式 补充
  • 原文地址:https://www.cnblogs.com/aggierwyp/p/wpfMove.html
Copyright © 2011-2022 走看看