上一页 1 2 3 4 5 6 7 8 9 10 ··· 26 下一页
摘要: /// <summary> /// 垂直方向滚动到顶部 /// </summary> /// <param name="element"></param> /// <param name="scrollViewer"></param> public static void ScrollViewToV 阅读全文
posted @ 2020-06-15 12:34 用友U8二次开发 阅读(3421) 评论(0) 推荐(0)
摘要: <TextBlock Style="{StaticResource WindowsTextBlackStyle}" > <Run Foreground="Red">*</Run> <Run>条码:</Run> </TextBlock> 阅读全文
posted @ 2020-06-04 09:53 用友U8二次开发 阅读(718) 评论(0) 推荐(0)
摘要: <DataTemplate x:Key="CheckBoxDataTemplate"> <Grid x:Name="Grid" HorizontalAlignment="Center" VerticalAlignment="Center"> <CheckBox Click="CheckBox_Che 阅读全文
posted @ 2020-05-27 13:16 用友U8二次开发 阅读(2904) 评论(0) 推荐(0)
摘要: 使用 DataGridRow dr = (DataGridRow)ListGrid.ItemContainerGenerator.ContainerFromItem(item); 有时获取 DataGridRow 为NULL 需要在DataGrid上加属性 VirtualizingStackPane 阅读全文
posted @ 2020-05-27 13:11 用友U8二次开发 阅读(999) 评论(0) 推荐(1)
摘要: <DataGridCheckBoxColumn Header="选择"> <DataGridCheckBoxColumn.HeaderTemplate> <DataTemplate> <CheckBox x:Name="ckbSelectedAll" Content="全选" Checked="ck 阅读全文
posted @ 2020-05-27 09:41 用友U8二次开发 阅读(1963) 评论(0) 推荐(0)
摘要: <!--Grid 内容网格--> <Style TargetType="{x:Type DataGrid}"> <Setter Property="RowHeaderWidth" Value="0"></Setter> </Style> 阅读全文
posted @ 2020-05-26 17:02 用友U8二次开发 阅读(1126) 评论(0) 推荐(0)
摘要: <UserControl x:Class="Mjj.MyUserControls.LeftMenu" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft 阅读全文
posted @ 2020-05-23 10:47 用友U8二次开发 阅读(1165) 评论(0) 推荐(0)
摘要: //boxItem要移动的控件 DoubleAnimation doubleAnimation = new DoubleAnimation(); doubleAnimation.Duration = new Duration (TimeSpan.FromSeconds(5)); TranslateT 阅读全文
posted @ 2020-05-21 17:39 用友U8二次开发 阅读(1526) 评论(0) 推荐(0)
摘要: “/”应用程序中的服务器错误。 The following errors occurred while attempting to load the app.- The OwinStartup attribute discovered in assembly 'RoadRescue' referen 阅读全文
posted @ 2020-05-18 19:04 用友U8二次开发 阅读(332) 评论(0) 推荐(0)
摘要: var window = (MainWindow)Window.GetWindow(this); if (window != null) window.PageContext.Source = new Uri("./ArchivesManage/ArchivesReturn.xaml", UriKi 阅读全文
posted @ 2020-05-14 16:14 用友U8二次开发 阅读(1933) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 26 下一页