Click here to Skip to main content
15,880,469 members
Home / Discussions / C#
   

C#

 
GeneralRe: About setting password. Pin
Prabhat00329-Apr-08 22:25
Prabhat00329-Apr-08 22:25 
GeneralRe: About setting password. Pin
Ashfield30-Apr-08 0:07
Ashfield30-Apr-08 0:07 
QuestionFTP Pin
JABIR E29-Apr-08 20:26
JABIR E29-Apr-08 20:26 
AnswerRe: FTP Pin
Christian Graus29-Apr-08 21:16
protectorChristian Graus29-Apr-08 21:16 
QuestionHow to set power scheme's brightness in vista using c#? Pin
lovnin29-Apr-08 19:52
lovnin29-Apr-08 19:52 
AnswerRe: How to set power scheme's brightness in vista using c#? Pin
Christian Graus29-Apr-08 19:58
protectorChristian Graus29-Apr-08 19:58 
GeneralRe: How to set power scheme's brightness in vista using c#? Pin
Vikram A Punathambekar29-Apr-08 21:33
Vikram A Punathambekar29-Apr-08 21:33 
QuestionAnchoring listbox problem Pin
rotsey29-Apr-08 19:45
rotsey29-Apr-08 19:45 
Hi,

I have a Listbox in a Panel of SplitContainer.

I want to anchor it so the listbox grows/shrinks vertically with the resizing the splitcontainer.

This is my code
What happens is it sizes the listbox horizontally about nearly the same size as the split container width.


_TableList = new MdsListBox();

_TableList.Name = "TableList";
_TableList.Left = 10;
_TableList.Top = 40;
_TableList.Width = 150;
_TableList.Height = 100;
_TableList.Anchor = (AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Bottom | AnchorStyles.Top);

I want the size of the listbox set here retained.

rotsey
AnswerRe: Anchoring listbox problem Pin
Christian Wikander29-Apr-08 23:04
Christian Wikander29-Apr-08 23:04 
GeneralRe: Anchoring listbox problem Pin
rotsey29-Apr-08 23:15
rotsey29-Apr-08 23:15 
QuestionHow to find locally installed SQL Server Pin
BraveKnightFSJ29-Apr-08 19:33
BraveKnightFSJ29-Apr-08 19:33 
AnswerRe: How to find locally installed SQL Server Pin
Jimmanuel30-Apr-08 1:13
Jimmanuel30-Apr-08 1:13 
QuestionSql Severs on the network Pin
Member 400849229-Apr-08 19:25
Member 400849229-Apr-08 19:25 
AnswerRe: Sql Severs on the network Pin
Christian Graus29-Apr-08 19:31
protectorChristian Graus29-Apr-08 19:31 
GeneralRe: Sql Severs on the network Pin
Member 400849229-Apr-08 19:34
Member 400849229-Apr-08 19:34 
GeneralRe: Sql Severs on the network Pin
Christian Graus29-Apr-08 19:38
protectorChristian Graus29-Apr-08 19:38 
GeneralRe: Sql Severs on the network Pin
Member 400849229-Apr-08 19:42
Member 400849229-Apr-08 19:42 
GeneralRe: Sql Severs on the network Pin
Christian Graus29-Apr-08 19:51
protectorChristian Graus29-Apr-08 19:51 
GeneralRe: Sql Severs on the network Pin
J4amieC29-Apr-08 22:12
J4amieC29-Apr-08 22:12 
GeneralRe: Sql Severs on the network Pin
leppie29-Apr-08 23:17
leppie29-Apr-08 23:17 
AnswerRe: Sql Severs on the network Pin
Hesham Amin29-Apr-08 20:13
Hesham Amin29-Apr-08 20:13 
AnswerRe: Sql Severs on the network Pin
Nissim Salomon30-Apr-08 2:23
Nissim Salomon30-Apr-08 2:23 
QuestionHow to Dynamically add a property item to Property Grid Pin
Varad_Rajan29-Apr-08 19:19
Varad_Rajan29-Apr-08 19:19 
QuestionRemove default style border-collapse:collapse from datagrid? Pin
.NetRams29-Apr-08 18:50
.NetRams29-Apr-08 18:50 
AnswerRe: Remove default style border-collapse:collapse from datagrid? Pin
toranj_14554-Dec-09 6:09
toranj_14554-Dec-09 6:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.