Top "Parent" questions

In an oriented tree, the parent is the previous node before the node of interest.

How do I make Views fill the full width of their parent in my Android app?

I have the following layout defined for one of my Activities: <?xml version="1.0" encoding="utf-8"?> <TableLayout android:…

android layout width parent
python import module from parent package

I have the following directory structure foo/ __init__.py settings.py bar/ __init__.py myfile.py In myfile.py I …

python import module package parent
Finding appropriate parent with jQuery

Given a DOM element how do I find its nearest parent with a given css class? $(".editButton").click(function() { (magic …

jquery dom parent
Get other child that shares parent with the current view

I'm creating a table in which each row contains text as well as a button. Now when that button is …

android parent
How to access object defined in parent, from child Slider movieclip

Here is my app structure: parent->[slider->[movieClip1,movieClip2,movieClip3]] So I basically have a few movieclips inside …

actionscript-3 flash object parent movieclip
Get owner of context menu in code

I have a ContextMenu like this: <StackPanel Orientation="Horizontal"> <StackPanel.ContextMenu> <ContextMenu> <MenuItem …

wpf contextmenu parent
Find Parent of Control by Name

Is there a way to find the parents of a WPF control by its name, when the name is set …

wpf controls parent
Opposite to jQuery's .Closest (Top/Far-Most?)

I have a code with lots of submenus that share the same class name. Here's a structure: .menu .sub-menu .sub-menu .…

jquery dom parent closest
CSS: Parent-Div does not grow with it's children (horizontal)

I would like the parent-div (red) to grow with the green child-div. Now it just stops at the viewport. <!…

css width parent
JQuery: form to calculate total of input fields... but several instances of this form on the same page

I've spent more than 20 hours on Stackoverlfow to find a solution to my problem (trying to combine different solutions), but …

jquery sum parent closest