No announcements
Found 2621235 threads
-
0 Votes
Fixed positioned DIV/Panel With dynamic text on right side of the controls
User475983607 posted Now, I want this like if I have a fixed positioned panel/div (any ...Answered | 2 Replies | 85 Views | Created by Anonymous - Monday, March 25, 2019 11:13 AM | Last reply by Anonymous - Tuesday, March 26, 2019 2:51 AM -
0 Votes
TextBox Caret position on right side
Hi, I am trying to set caret position of text box on right side... of textbox.I mean user starts typing, it should start from ...Answered | 1 Replies | 885 Views | Created by Priya2WPF - Monday, March 21, 2016 8:43 PM | Last reply by Ashidacchi - Tuesday, March 22, 2016 3:16 AM -
0 Votes
fix controls in panel
All panels/controls physical locations are governed by their panels X/Y location & their own docks/anchors of all panels/controls...Answered | 8 Replies | 1590 Views | Created by chohan550 - Sunday, January 22, 2012 7:49 PM | Last reply by Sarathi R - Monday, January 23, 2012 6:46 PM -
0 Votes
Dynamically position button control in a ListBox
If you wrap the button in a SurfaceListBoxItem, and set the HorizontalAlignment / VerticalAlignment properties you shoud be able to set the position of the button to the location you want.Answered | 4 Replies | 4291 Views | Created by rgarf - Monday, May 10, 2010 3:38 PM | Last reply by Luis Cabrera - MSFT - Wednesday, May 12, 2010 5:24 PM -
0 Votes
"Fixed" Positioning in WPF
In WPF controls go on top of other controls if you declare them later.Answered | 9 Replies | 4902 Views | Created by O11y - Friday, September 5, 2014 1:15 PM | Last reply by O11y - Monday, September 8, 2014 9:40 AM -
3 Votes
Moving the “welcomeMenuBox” Div to be at the right most side of the page
</div> </div> <div id="date_time_search" style="text-align:right"> .....new code goes here....Answered | 8 Replies | 2617 Views | Created by johnjohn11 - Monday, September 23, 2013 2:27 PM | Last reply by johnjohn11 - Tuesday, September 24, 2013 1:30 PM -
3 Votes
Absolute positioned Elements within relative positioned Div?
overflow: scroll should be used with a fixed width and height.Answered | 9 Replies | 3327 Views | Created by Siva Sivakumar - Thursday, October 28, 2010 12:06 PM | Last reply by Cheryl D Wise - Saturday, October 30, 2010 2:16 PM -
0 Votes
positioning and aligning controls dynamically using ASP.net C#
Try using a Table Layout Panel or a normal Panel .Answered | 2 Replies | 7291 Views | Created by radm4 - Tuesday, March 17, 2009 7:02 PM | Last reply by Guo Surfer - Thursday, March 19, 2009 11:05 AM -
0 Votes
getting position of div inside of viewBox
Then when it gets dispatched I use jquery to find the element's x position inside the div.Answered | 4 Replies | 2166 Views | Created by Syllogism - Wednesday, September 5, 2012 3:30 PM | Last reply by Syllogism - Thursday, September 6, 2012 12:53 PM -
0 Votes
Missing right side on a div 100% width
As we see the width 100% is applied to the div, therefore the div width is 1366 in simulator.Answered | 3 Replies | 1144 Views | Created by GearWorld - Sunday, January 4, 2015 7:26 PM | Last reply by Jamles Hez - Monday, January 5, 2015 7:17 AM -
3 Votes
Can't find dynamic div on Javascript
The rendered html doesnt contain the markup of the dynamic controls placed inside the update panel, More precisely in a dynamically created ...Answered | 6 Replies | 10950 Views | Created by eSoul Ali - Saturday, September 20, 2008 12:32 PM | Last reply by Rufus Walezak - Thursday, October 14, 2010 11:55 PM -
1 Votes
Add a User Control into a panel dynamically
Remember unlike stateless ASP.NET controls that are created with each reguest, winforms controls stay there.Answered | 5 Replies | 28429 Views | Created by HeavenInHell - Wednesday, March 3, 2010 9:29 AM | Last reply by Martin2kcs34 - Tuesday, March 22, 2011 10:37 AM -
0 Votes
Dynamic positioning of text boxes in SSRS
Hi Qiuyun Yu, Thanks for your reply.I don't want to hide that permanently.If i don't have data in that column instead of leaving as a blank i just want to move the ...Answered | 7 Replies | 2179 Views | Created by Samhith - Wednesday, September 30, 2015 12:48 AM | Last reply by Qiuyun Yu - Tuesday, October 13, 2015 12:59 PM -
0 Votes
what control to use for having a side panel appearing
You are looking for Flyout control and as Matt suggests look for https://github.com/timheuer/callisto/wiki/Flyout -- Vishal Kaushik -- Please 'Mark as Answer' if ...Answered | 3 Replies | 1917 Views | Created by Avichai-Rebibo - Friday, August 9, 2013 4:26 PM | Last reply by Vishal Kaushik - Friday, August 9, 2013 7:49 PM -
0 Votes
WPF - Creating Controls Dynamically on a Stack Panel
You can add the controls to the StackPanel, sample code is belowAnswered | 2 Replies | 35570 Views | Created by Jonso - Friday, September 5, 2008 1:33 AM | Last reply by DutchMarcel - Friday, September 5, 2008 7:58 AM -
2 Votes
Adding User control to a Wrap Panel dynamically in MVVM....
Dynamically created controls normally go in the code behind or you can also bind them (View to view model).Answered | 4 Replies | 10094 Views | Created by Pavan Kakumanu - Monday, August 22, 2011 8:20 AM | Last reply by Annabella Luo - Wednesday, August 31, 2011 3:13 AM -
0 Votes
Problem aligning dynamic controls(tree view) in a Panel
and how can i programatically slide the scrollbar of the panel to the bottom ??Answered | 4 Replies | 5921 Views | Created by Silver_Gates - Wednesday, March 2, 2011 1:14 PM | Last reply by Aspen VJ - Friday, March 4, 2011 7:12 AM -
1 Votes
GridView adding image control left or right side of the gridview control
GridView.Header works on left side. how about right side?Answered | 3 Replies | 1721 Views | Created by Ashraf TM - Tuesday, October 2, 2012 4:58 PM | Last reply by Ashraf TM - Tuesday, October 2, 2012 6:08 PM -
4 Votes
Insert text in the current cursor position in the RichTextBox control
try this richTextBox1.SelectedText =" Some Text "; hope this helped...Answered | 1 Replies | 13008 Views | Created by HyperCoder - Thursday, December 24, 2009 4:22 AM | Last reply by Narayanan Dayalan - Thursday, December 24, 2009 6:09 AM -
0 Votes
How do keep track of panels created dynamically and add controls to them?
that button, checkbox thing was to illustrate where and when to create controls dynamically.Answered | 3 Replies | 2989 Views | Created by b4usahana - Tuesday, May 4, 2010 7:42 AM | Last reply by Omie - Tuesday, May 4, 2010 1:26 PM - Items 1 to 20 of 2621235 Next ›
No announcements