| Thread | Last Post | Replies |
|
| no scroll events in ScrollableControl? | 12 Feb 2004 09:40 GMT | 3 |
I'm creating a custom control derived from ScrollableControl (a picture viewer similar to what ACDSee does). My problem is that I couldn't find any scroll events (what i would expect from a ScrollableControl)... Any hints?
|
| Custom Control has no Scroll bars | 12 Feb 2004 03:39 GMT | 4 |
I have a custom composite control that has a tree view inside. However, at run time, as I begin to click and expand parent nodes, no scroll bars appear when the nodes expand beyond the size of the control as it was placed on the page. This causes the entire aspx page to get a scroll ...
|
| Help With Designer for a Control | 12 Feb 2004 01:32 GMT | 3 |
I have a control that I have built. After Jeffrey on this newsgroup educated me about the event lifecycle of CreateChildControls...all is working as planned. Now I want to make the control more appealing when it is initially dragged
|
| Is it possible to keep the size of a control within a panel | 11 Feb 2004 09:05 GMT | 3 |
If I add a panel to a webform, put wrap=false I expect that adding a customservercontrol within this form it will not go out of the border, but I also hoped it would not become bigger. The panel just fits around the control, i hoped to get scrollbars in stead
|
| Custom Control not dropped on web page | 11 Feb 2004 09:03 GMT | 2 |
I have created a strong name for the textbox custom control and dropped it in the GAC. I try to create a new web app I right-click on the toolbox and choose the Add/Remove components
|
| How to set the with of a textbox so it fits exactly | 11 Feb 2004 07:17 GMT | 1 |
In my composite control I use a table object with cell and row objects. A Textbox is added to this control. How can I set the width of the textbox so it fits. If I set a to high value, the table is much to wide, if it is to short, the textfield will scroll in the tablecell, and it ...
|
| How to Define Default Event? | 11 Feb 2004 06:58 GMT | 1 |
We have a couple of webcontrols that we have built for our web development. All these controls basically listen to a single event handler. The controls are currently loaded into our toolbox for drag and drop addition. I have noticed that on the controls from MSFT, if you double ...
|
| Add a scrolbar to a table (Composite control) | 11 Feb 2004 06:13 GMT | 1 |
In my cutomserver control I want to show a maximum of 20 rows in a tablegrid. If there is more, i want to navigate with a scrollbar, if there is less, I donot want that the webpage is shorter. What can I do to add the scrollbar in my COMPOSITE control.
|
| Composite controls! It does work but How ??? | 10 Feb 2004 12:37 GMT | 2 |
I'm using several composite controls. Allthough my controls are not ready yet, testing is hopefull. The reason of my question is that somehow I'm still missing a clue. - In the CreateChildControls all controls are created
|
| Composite custom controls events | 09 Feb 2004 20:45 GMT | 9 |
sorry, I send copy to webcontrols, and then I find a more relevant group, please help me I create a simple custom tabular control, and try for place set of controls inside its tab tags.
|
| Dynamically loading ascx page and having events fire | 09 Feb 2004 19:56 GMT | 10 |
Im sure this has been discussed here before but I have had no luck finding an answer. I am trying to create a simple web app, with a navigation on one side that will load up pages on the other. The nav side is a custom control, that has
|
| do not receive event in Datagrid | 09 Feb 2004 17:43 GMT | 1 |
I'm using a datagrid, which I fill with a subroutine : When filling the initial 5 rows I want to show the next 5 rows, but the screen is blank. No control is visible. It looks if the nextprev function is not executed. What ever code is written there (even when I'm sure it will
|
| Can't Find System.Web.UI.Design?? | 09 Feb 2004 14:31 GMT | 3 |
I am trying to build a custom designer for a custom web control. I am even using source found out on MSDN to base it on. These designers reference ystem.Web.UI.Design But for some reason I don't see that. I am using VSNET2003. I checked my
|
| Text box widths | 09 Feb 2004 13:41 GMT | 3 |
I have two separate user controls on the home page of a website. Both controls include a textbox. The textboxes have a width specified but the text box is intermitently being shown at a much larger width. Both controls always display the textboxes at the same width either ...
|
| datagrid sort custom control question | 09 Feb 2004 01:23 GMT | 6 |
I am building a custom scrollable grid control. I have created buttons in the header that postback and provide to me the column that was clicked on. In most datagrid situations it is up to the programmer to now resort the datasource (dataview) and re-order it before rebinding ...
|