for i in range(len(list_songs)): listbox.insert(i,list_songs[i]['name']+'('+list_songs[i]['artists'][0]['name']+')') #取字典的时候要打开所有的分组 musiclist.append( ...
分类:
其他好文 时间:
2016-11-14 02:03:38
阅读次数:
189
try...except..end;查询异常tryedHH.Visible:=False;ListBox.Visible:=notedHH.Visible;listBox.Clear;I:=0;whilenotEofdobeginSendToExeLog(‘H11‘);listBox.Items.Add(IntToStr(ZSBID)+‘‘+ZNAME);setlength(myPP,i+1);myPP[I].myInx:=(ZBASEID);inc(I);end;RgBox.Caption:=‘请..
什么是汉堡菜单? 汉堡菜单,指的是一个可以弹出和收回的侧边栏。在UWP和Android应用中,汉堡菜单都非常常见。 首先我们列出所有需要掌握的前置知识: 1,SplitView 2,StackPanel 3,ListBox 3,TextBlock 4,RelativePanel 6,Button 7 ...
分类:
其他好文 时间:
2016-10-26 06:54:41
阅读次数:
318
今天学习wpf的mvvm 人家说,APS.NET >MVC WPF >MVVM 用WPF不用mvvm的话,不如用winform。。。 哈哈,题外话。 定义: MVVM: WPF的数据绑定与Presentation Model相结合是非常好的做法,使得开发人员可以将View和逻辑分离出来,但这种数据绑 ...
<Grid><ListBoxHeight="181"HorizontalAlignment="Left"Margin="12,12,0,0"Name="listBox1"VerticalAlignment="Top"Width="687"UseLayoutRounding="False"Panel.ZIndex="2"><ListBox.ItemsPanel><ItemsPanelTemplate><UniformGrid/></ItemsPa..
code:publicForm1(){InitializeComponent();//全局只用一个ToolTipToolTiptp=newToolTip();listBox.MouseMove+=(sender,e)=>{intindex=listBox.IndexFromPoint(e.Location);//判断鼠标所在位置是否是有效元素if(index!=-1&&index<listBox.Items.Count){//NodeIn..
背水一战 Windows 10 之 控件(选择类): ListBox, RadioButton, CheckBox, ToggleSwitch ...