Tagged Questions
A custom control is a reusable GUI element, derived from an existing control type, customized with additional behavior, functionality and/or appearance.
27
votes
2answers
10k views
What is the difference between a User Control Library and a Custom Control Library?
I am just coming up to speed on WPF and would like to create a reusable WPF control.
When I look at the options for creating projects in Visual Studio, I see "WPF User Control Library" and "WPF ...
16
votes
10answers
14k views
Android: Clickable hyperlinks in AlertDialog
What I am trying to accomplish is to have clickable hyperlinks in the message text displayed by an AlertDialog. While the AlertDialog implementation happily underlines and colors any hyperlinks ...
14
votes
4answers
9k views
A good WPF scrolling timeline control? (fancy datetime picker)
I'm looking for somthing I can use as a timeline control.
A kind of "banner" the user can drag to the left or the right to go forward or backwards
in time and then he or she should be able to select a ...
12
votes
2answers
373 views
I can't break out of my ClipRectangle and I want to cry
When overriding the OnPaint method of a custom control I'm supplied with a PaintEventArgs, which contains a Graphics object and a ClipRectangle. The ClipRectangle is too small for my tastes and so I ...
12
votes
3answers
20k views
Blackberry User Interface Design - Customizable UI?
I am trying to design a Blackberry Application and I am wondering if there are any resources on how to create custom user interface elements, skin existing ones and what other possibilities are there?
...
11
votes
2answers
345 views
How can obtain the image which uses windows 7 to draw the parent nodes in a treeview control?
I'm working in a custom control which mix two windows controls (listview and treeview). In some point, I need to draw the image which uses windows 7 (with themes enabled) to identify the parent ...
10
votes
2answers
4k views
Unknown server tag
I've made a custom control that inherits from a Literal control. When I try and use my control on a page a parsing error is thrown. I've added this to my web.config
<configuration>
...
10
votes
2answers
5k views
How do I create a custom WPF control like a cartoon bubble with constant corners
I need to create a rectangle bubble with rounded corners with text inside, like a cartoon speech bubble. I need the bubble to expand horizontally and vertically depending on the size of the text it ...
9
votes
1answer
396 views
Transparent TCustomControl?
I need to create transparent component inheriting from TCustomControl.. so it is custom painted, yet is container for other components.
Can you tell me how to achieve this?
9
votes
3answers
612 views
Is this indictment of DevExpress WPF controls valid and what is a good alternative vendor?
My company is starting a major greenfield development project using DevExpress WPF controls. I just read this critical review of their WPF controls:
"... DevExpress developers completely ...
9
votes
2answers
765 views
WPF Best Practices: Do custom controls work well with the MVVM design?
I was looking at creating a common control that I will be able to reuse on my pages: an AddressControl which has Address1, Address2, City, State, Zip, etc...
Originally I just created a class ...
9
votes
3answers
3k views
Trying to change the Border Color of a label
I'm working in VB, VS2008, winforms. I've got some labels to create, and I'm using the BorderStyle = FixedSingle.
Is there any way to change the color of this border? It is always defaulting to ...
8
votes
2answers
1k views
Render multiple control collections in ASP.NET custom control
I've build a custom WebControl, which has the following structure:
<gws:ModalBox ID="ModalBox1" HeaderText="Title" runat="server">
<Contents>
<asp:Label ID="KeywordLabel" ...
8
votes
2answers
185 views
What would you suggest for building such a control in WPF?
I need to build a WPF control that looks somehow similar to this:
Where each color should be clickable and resizable (or selectable).
This control will be used to set modes on the hours of a day.
...
8
votes
1answer
4k views
Blackberry - fields layout animation
It's easy to show some animation within one field - BitmapField or Screen:
Blackberry - background image/animation RIM OS 4.5.0
But what if you need to move fields, not just images?
Like this:
...
7
votes
2answers
176 views
Installing a .NET control in the visual studio toolbox
We currently use this project for installing .NET controls in the Visual Studio toolbox: http://vstudiotoolbox.codeplex.com/. This approach requires to run VStudio in the background resulting in a ...
7
votes
2answers
9k views
How to customize a list field in blackberry?
I want to customize a listfield in blackberry which would be able to list an image and text in a row. Can anyone tell me how to accomplish this with code?
7
votes
5answers
6k views
Custom ASP.NET Container Control
I've been trying to create a custom control that works exactly like the Panel control except surrounded by a few divs and such to create a rounded box look. I haven't been able to find a decent ...
7
votes
3answers
1k views
Text diff visualization control for WinForms or WPF
In continuation of the my previous question, are the any good controls for text diffs visualization?
Something like StackOverflow's revision diff viewer but for WinForms or WPF
Requirements:
free, ...
6
votes
3answers
161 views
How can I manually tell an owner-drawn WPF Control to refresh?
We are doing custom drawing in a control subclass's OnRender. This drawing code is based on an external trigger and data. As such, whenever the trigger fires, we need to re-render the control based ...
6
votes
2answers
184 views
Custom checkbox in silverlight
How to create custom checkbox that looks like the one shown below. The checkboxes are dynamically drawn and can have custom colors.
6
votes
3answers
153 views
WPF/Silverlight : Templating Custom Control PARTIALLY
.
Hello guys,
Can we write our custom controls in such a way that later on we can re-template it partially? Means, without replacing the entire ControlTemplate, we want to change/override some of ...
6
votes
3answers
2k views
UIScrollView like Twitter app for iPad
I'm looking for a tutorial or for some ideas to make a custom controller that looks like the one in the Twitter app for iPad, I mean the stacked pages with a main menu on the left. Thanks in advance ...
6
votes
1answer
824 views
Linking a CSS Stylesheet with an ASP.NET Custom Control
I'm developing a custom control which is a composition of tables and buttons. I also have an external CSS stylesheet that defines the styles for these elements.
The Control's type is ...
6
votes
1answer
1k views
Customizing WinForms ErrorProvider to display it's icon inside control's entry
I have some custom/user controls that in most cases have label and entry, like this:
Is there any way I can customize standard WinForms ErrorProvider to display it's icon inside entry (entry - ...
6
votes
8answers
2k views
UserControl as an interface, but visible in the Designer
So we have a C# WinForms project with a Form that contains a bazillion UserControls. Each UserControl naturally exposes all the UserControl methods, properties, etc. in addition to its own specific ...
6
votes
2answers
2k views
WPF - UserControl default Content attribute
I'm creating a UserControl and I just can't remember the name of the attribute which you use to decorate the property which you want to act as the default content property.
To give a concrete ...
6
votes
3answers
4k views
Silverlight Error “Layout Cycle Detected Layout could not complete” when using custom control
I'm building a custom control in Silverlight by deriving from ContentControl and doing some special formatting to put a dropshadow behind the contents.
I've nearly got it working but have recently ...
6
votes
4answers
9k views
Validating an ASP.NET user control from its parent page
I have an asp.net page with a button. This button generates and inserts a user control into the page, so many controls could exist on one page. I need to validate that a certain dynamically generated ...
5
votes
2answers
138 views
In WPF (or silverlight or WP7), should a picture wall derive from ItemsControl or Panel?
Assume that I need to create a class called PictureWall, which will be used to show pictures.
Now I find that Panel and ItemsControl can both be used to hold Children elements. So should the class ...
5
votes
1answer
161 views
How can I create subclass of class Inline ? (the one used in FlowDocument)
In WPF I would like to create custom Inline implementation. From documentation of Inline: "An abstract class that provides a base for all inline flow content elements." Classes like Figure, Run or ...
5
votes
2answers
538 views
WPF: Custom window, standard min/max/close buttons
I would like to create a custom WPF window (WindowStyle = None, AllowsTransparency = True). However, I would like the min/max/close buttons to look identical to those on standard windows. Is this ...
5
votes
1answer
667 views
Dependency Property Binding and Update in Custom Control
I have created a simplified version of my code that experiences the same issue. The issue is that I'm not sure why the dependency property in my custom control is not updating when it gets changed in ...
5
votes
4answers
1k views
DataGrid that also supports a tree view
Do you know of any datagrid-like control that also supports a treeview. Like this (but still fully WPF-stylable/templatable):
Update: UI-virtualization would be another important feature.
5
votes
3answers
287 views
Prevent Delphi IDE creating component icons at design time
I have created a custom control TOuterControl that is the parent for multiple TInnerControls.
Everything is working fine except that the IDE is creating icons for each the child TInnerControl's ...
5
votes
3answers
395 views
Custom control cause Visual Studio 2008 to CRASH
The following code is a custom control. Using this control in the Visual Studio designer cause Visual Studio to CRASH without any noticeable details.
I'm using Visual Studio 2008.
Am I doing ...
5
votes
2answers
91 views
Best way of handling javascript within Custom Controls?
In ASP.Net I have a few custom controls I've made. I utilized jQuery where it helped also. Well, one problem I have now(with obvious, but "bad" workarounds) is that for each user control I need to ...
5
votes
2answers
5k views
Create a custom Full sized Calendar Control
How can I make a custom control that show the calendar control in a much larger view. Like this or like the calendar view in outlook 2007. Do I have to make a custom class or can I just attempt to ...
5
votes
2answers
290 views
wpf how to tell when databinding has finished?
I've got a custom control which has a DependencyProperty MyAnimal - I'm binding an Animal Property on my ViewModel to the MyAnimal DependencyProperty.
I've stuck a TextBox on the Control so I can ...
5
votes
1answer
8k views
My control is “not allowed here because it does not extend class 'System.Web.UI.UserControl'”
So I have another noodle-scratcher (for me anyway).
I'm trying to create my own custom control in a CMS I only have partial source code for (i.e. samples the vendor has supplied to me). Basically I ...
5
votes
4answers
2k views
I want a beautiful custom window for my first cocoa app
I'm a graphic designer - turned web designer - turned web developer - who is currently trying to turn into a mac developer. I've nearly done programming my first app. Is a very, very simple ...
5
votes
2answers
3k views
Forcing ASP.NET GridView's pager to show
is there some way to force the gridview's pager to show up, even when there is only one page of data on screen?
I'm building a gridview-based control with a custom pager (w/dropdown for pagesize) and ...
5
votes
3answers
2k views
Hiding Popup control when other window's in focus
I have a custom UserControl which tries to recreate auto-complete for a textbox. When user types, the text is used to filter a provided collection of items and then a Popup displays a ListBox with ...
5
votes
4answers
5k views
Embedded HTML control for Blackberry?
Is there any api for viewing html content from w/in your blackberry application? To be clear, I don't mean launching the browser on top of my app to view a page. But rather rendering the page w/in my ...
4
votes
1answer
105 views
how to make custom component property?
I need help to make a control property that when you click on it, it pop-up a custom dialog like settings. just like the TPicture.
any Idea or suggestions?
4
votes
1answer
52 views
How to make a custom progressbar in Android?
What would be the best way to make somthing looking like this:
The text on it needs to be customizable, not only numbers, some strings too, depending on context.
From what I see it:
Create a ...
4
votes
1answer
154 views
Can I create a custom text field and keyboard for iOS w/o subclassing UIControl?
My app will require the user to input chemistry formulas (H2O, Na^2+), and since subscripts and superscripts may make the typing process confusing for the user, I have decided to make a custom ...
4
votes
1answer
161 views
Creating a custom design-time collection editor in WPF
I want to have a custom collection editor dialog in WPF (to edit a collection property on a custom control at design time) preferably by extending the exiting one , but I cannot find the existing one ...
4
votes
4answers
4k views
UINavigationBar custom background image
I used these suggested solutions to give my UINavigationBar a custom image. (To make it more explicit: I added a category to UINavigationBar in my AppDelegate.m file).
This worked fine so far and I ...
4
votes
1answer
256 views
WPF Custom Control - How do you unit test a custom control?
Basically, I'm looking for resources/guides on how to unit test a WPF Custom Control.
In this particular instance, the custom control I created happens to extend the Decorator class. It wraps a ...