15
votes
9answers
3k views
Do you know any WPF based text editor control?
Note that I'm not looking for something based on TextBox or RichTextBox. What I'm interested in is a text editing control written from scratch using WPF typography features. Open source would be a …
8
votes
3answers
2k views
A good WPF scrolling timeline control? (fancy datetime picker)
Hi,
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 …
8
votes
4answers
820 views
How do you use usercontrols in asp.net mvc that display an “island” of data?
I am trying to find out how to use usercontrols in asp.net mvc. I know how to add a usercontrol to a view and how to pass data to it. What I haven't been able to figure out is how do you do this …
8
votes
6answers
433 views
DesignMode with Controls
Has anyone found a useful solution to the DesignMode problem when developing controls?
The issue is that if you nest controls then DesignMode only works for the first level. The second and lower …
8
votes
4answers
4k views
How to make user controls know about css classes in ASP.NET
Since there are no header sections for user controls in asp.net, user controls have no way of knowing about stylesheet files. So css classes in the user controls are not recognized by visual studio …
8
votes
8answers
764 views
ASP.NET Custom Controls - Composites
Summary
Hi All,
OK, further into my adventures with custom controls...
In summary, here is that I have learned of three main "classes" of custom controls. Please feel free to correct me if any of …
7
votes
4answers
637 views
Baseline snaplines in custom Winforms controls
I have a custom user control with a textbox on it and I'd like to expose the baseline (of the text in the textbox) snapline outside of the custom control. I know that you create a designer (inherited …
6
votes
2answers
1k views
WPF: 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 …
6
votes
7answers
716 views
How do I share user controls between web applications in ASP.NET?
This question is a follow up to my question about sharing resources between web applications, because I have not yet found a good solution.
I have a web application with user controls and resources …
6
votes
2answers
394 views
Themable User Controls in WPF
How can I create a UserControl in WPF that has a basic default style but can also easily themed when needed?
Do you have some good guidelines, blog entries or example that explain this specific …
6
votes
4answers
1k views
MVC User Controls + ViewData
Hi im new to MVC and I've fished around with no luck on how to build MVC User Controls that have ViewData returned to them. I was hoping someone would post a step by step solution on how to approach …
5
votes
5answers
1k views
Visual Studio 2008 user controls registered in the web.config not registering with intellisense
I have a C# Web application built in Visual Studio 2008 where we rely heavily on user controls for 'pre-built' blocks of ASP.NET.
Instead of registering a big stack of user controls on each page, we …
5
votes
5answers
1k views
User Controls not showing up in the toolbox
I have some UserControls that I created in ProjectA. I have ProjectB that has a windows form that I want to put the controls on. Both of these projects are in a single solution. There's a reference …
4
votes
7answers
81 views
WPF Layout of user control as a run
Hi
In WPF, I want to create a Window that looks like the following:
On the screen are four user control, #1, 2, 3, 4. As you can see, user control 2 should not be rendered as a box, but inlined. …
4
votes
2answers
112 views
Which is faster… XSLT macro or .NEt User Control..
Using Umbraco, which is quicker to load on a page...
XSLT Macro or a .NET user Control (via an Umbraco Macro).
