custom-controls
ActionScript: Changing a spark TitleWindow's titlebar color
I have a simple doubt. I have made a custom ActionScript mxml component, which is a spark TitleWindow with a text area, which header (titlebar) should display a green background if it finds the word \[详细]
2023-03-26 17:29 分类:问答When Dynamically creating controls how to access them if no. of controls is not known
I created a compound control with a textview and 3 buttons. It works fine when i add it to a layout using xml. But it need to add it using java code at runtime. When i try to add it using java code th[详细]
2023-03-26 17:15 分类:问答iOS custom UITableViewCell hide overflow on top corner
I\'m trying to create a custom table view cell 开发者_高级运维that has a button on the right hand side, such that I can click that button and do something different than when I click the regular cell.[详细]
2023-03-26 12:21 分类:问答silverlight custom control combo box binding
here two comboboxes in a user control: <ComboBox Name=\"comboAmagat\" ItemsSource=\"{Binding Path=Screen.TotsElsElementsDeCosts, Mode=TwoWay}\"[详细]
2023-03-25 12:19 分类:问答Google Style Buttons in WPF
I\'m trying to make custom buttons for my application but it\'s not going very well. I have the following XAML just for testing purposes:[详细]
2023-03-25 09:20 分类:问答C# adding buttons to custom control
Maybe it is lame question but I am creating own control and I derived it from class UserControl and I draw some line and graphics and I want to ask开发者_如何学Go if there is a way how I can add contr[详细]
2023-03-25 02:14 分类:问答Problem with compound control example?
I am trying to use compound controls,so i tried this example in the following link But i get a forceclose right at the beginning,and the logcat shows a whole lot of errors that i dont understand. I w[详细]
2023-03-25 01:37 分类:问答Issue in the Design View for ASP.Net Custom Server side Control which inherits GridView
I have created a Custom Server Side Control which inherits GridView Class. I have added a public string property, which accepts the column names of the Data Source(DataSet or DataTable) with comma sep[详细]
2023-03-24 15:54 分类:问答How call GetWebResourceUrl() when Page is null ?
I built custom ASP.NET control and it\'s working fine when I add it manually (drag and drop) or by code to controls in markup.[详细]
2023-03-24 04:01 分类:问答Custom control components setting position C#
I have custom control - using Win Forms, that contains four TextBoxes, all have property to turn them off or on - I just setting visible parameter on them.[详细]
2023-03-24 03:55 分类:问答